From 221546808c11df777199def992e4abbf1fc31b5a Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Sat, 14 Sep 2024 10:03:47 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/views/register/index.jsx | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.jsx b/gz-customerSystem/src/views/register/index.jsx index c1c0450..0fca04b 100644 --- a/gz-customerSystem/src/views/register/index.jsx +++ b/gz-customerSystem/src/views/register/index.jsx @@ -954,7 +954,7 @@ title: '督办部门', dataIndex: 'caseGrade', key: 'caseGrade', - width: 80, + width: 110, }, { title: '督办意见', @@ -1020,7 +1020,7 @@ title: '督办部门', dataIndex: 'caseGrade', key: 'caseGrade', - width: 80, + width: 110, }, { title: '督办意见', @@ -1204,11 +1204,17 @@ status: '0', type: 1 }) - } else if (key == '4' || key == '6') { + } else if (key == '4') { setSearchData({ sortType: 1, sortColmn: 1, status: '2', + }) + } else if (key == '6') { + setSearchData({ + sortType: 1, + sortColmn: 1, + status: '0', }) } else { setSearchData({ @@ -1219,6 +1225,7 @@ } setTabActivekey(key); setTableTab(data.tabList) + getCountData(); } //获取工作总览数据 @@ -1347,7 +1354,7 @@ </span> } > - <Typography.Paragraph key={item.value}> + <Typography.Paragraph key={tabActivekey + item.value}> {tabActivekey == '5' && <Radio.Group type='button' -- Gitblit v1.8.0