From ea8f4d0efe3aeb1c35197c47dfa8f82f45e2087d Mon Sep 17 00:00:00 2001 From: lijingqi <1437862981@qq.com> Date: Thu, 9 Jan 2025 19:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GlobalModalServices/modals/CollectionEvent/index.tsx | 6 +++++- .../GlobalModalServices/modals/UrbanOperation/index.tsx | 9 +++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/pages/GlobalModalServices/modals/CollectionEvent/index.tsx b/src/pages/GlobalModalServices/modals/CollectionEvent/index.tsx index de4b51bb..c952d203 100644 --- a/src/pages/GlobalModalServices/modals/CollectionEvent/index.tsx +++ b/src/pages/GlobalModalServices/modals/CollectionEvent/index.tsx @@ -31,7 +31,8 @@ const CitizenComplaint = ({ const fetchParams = useRef({ page: 1, count: 10, - caseStatus: '', + + caseStatus:'40,50,60,70,80,90,100', collectionModel: collectionMode, sourceSystemCode, type:datetType, @@ -72,6 +73,7 @@ const CitizenComplaint = ({ collectionMode, sourceSystemCode, type:datetType, + caseStatus:'40,50,60,70,80,90,100', time }; services.CityProblemApi.getContentStatisticsApi(params).then((res) => { @@ -89,6 +91,7 @@ const CitizenComplaint = ({ collectionMode, sourceSystemCode, type:datetType, + caseStatus:'40,50,60,70,80,90,100', time }; services.CityProblemApi.getCategoryTopAnalysisApi(params).then((res) => { @@ -110,6 +113,7 @@ const CitizenComplaint = ({ collectionMode, sourceSystemCode, type:datetType, + caseStatus:'40,50,60,70,80,90,100', time }; services.CityProblemApi.getAreaDistribAnalysisApi(params).then((res) => { diff --git a/src/pages/GlobalModalServices/modals/UrbanOperation/index.tsx b/src/pages/GlobalModalServices/modals/UrbanOperation/index.tsx index aa736d62..d514ee20 100644 --- a/src/pages/GlobalModalServices/modals/UrbanOperation/index.tsx +++ b/src/pages/GlobalModalServices/modals/UrbanOperation/index.tsx @@ -31,7 +31,8 @@ const UrbanOperation = ({ const fetchParams = useRef({ page: 1, count: 10, - + caseStatus:'40,50,60,70,80,90,100', + sourceSystemCode, type: datetType, time @@ -69,7 +70,7 @@ const UrbanOperation = ({ // 获取左侧顶部事件相关统计 const getCityStatistics = () => { const params = { - + caseStatus:'40,50,60,70,80,90,100', sourceSystemCode, type: datetType, time @@ -86,7 +87,7 @@ const UrbanOperation = ({ const params = { category: category, top: 3, - + caseStatus:'40,50,60,70,80,90,100', sourceSystemCode, type: datetType, time @@ -107,7 +108,7 @@ const UrbanOperation = ({ const params = { region: 'district', top: 3, - + caseStatus:'40,50,60,70,80,90,100', sourceSystemCode, type: datetType, time -- GitLab