From 285c372ff89f2a2ca57e5c957540967526e15c04 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Tue, 10 Sep 2024 16:55:36 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- gz-customerSystem/src/views/register/handleFeedback/index.jsx | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/gz-customerSystem/src/views/register/handleFeedback/index.jsx b/gz-customerSystem/src/views/register/handleFeedback/index.jsx index 431fa9e..99f4559 100644 --- a/gz-customerSystem/src/views/register/handleFeedback/index.jsx +++ b/gz-customerSystem/src/views/register/handleFeedback/index.jsx @@ -3,7 +3,7 @@ * @Author: dminyi 1301963064@qq.com * @Date: 2024-08-09 09:59:43 * @LastEditors: dminyi 1301963064@qq.com - * @LastEditTime: 2024-09-10 09:16:47 + * @LastEditTime: 2024-09-10 16:22:30 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx * @Description: 来访登记 * @@ -40,8 +40,8 @@ -function getTabButton(data) { - return $$.ax.request({ url: `caseTask/getTabButton`, type: 'get', service: 'mediate', data }); +function getTabButton(caseTaskId) { + return $$.ax.request({ url: `caseTask/getTabButton?caseTaskId=` + caseTaskId, type: 'get', service: 'mediate' }); } @@ -108,9 +108,7 @@ const getAuthor = async () => { - const res = await getTabButton({ - caseTaskId: caseTaskId - }) + const res = await getTabButton(caseTaskId) if (res.type) { const { tabList } = res.data console.log(tabList, 'tabList1') @@ -180,11 +178,11 @@ </div> } {tabsActive === 'sxxq' && - <MatterDetail hasApplet={true} hasEditBtn={true} authorData={authorData} caseId={caseId}/> + <MatterDetail hasApplet={true} hasEditBtn={true} authorData={authorData} caseId={caseId} /> } { tabsActive === 'sxbl' && <Typography.Paragraph style={style}> - <Handle authorData={authorData} caseId={caseId} caseTaskId={caseTaskId}/> + <Handle authorData={authorData} caseId={caseId} caseTaskId={caseTaskId} /> </Typography.Paragraph> } { -- Gitblit v1.8.0