From 6bf962dcf692808bfe761921e94a59929230d6ba Mon Sep 17 00:00:00 2001 From: chenglb Date: Mon, 18 Dec 2023 14:45:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=AF=E5=86=85=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=8E=A7=E5=88=B6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/OutRoadMgm/OutRoadOverview/loadable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/OutRoadMgm/OutRoadOverview/loadable.jsx b/src/pages/OutRoadMgm/OutRoadOverview/loadable.jsx index 094a5bd..c5c25aa 100644 --- a/src/pages/OutRoadMgm/OutRoadOverview/loadable.jsx +++ b/src/pages/OutRoadMgm/OutRoadOverview/loadable.jsx @@ -305,7 +305,7 @@ const OutRoadOverview = () => { } const getPageConfig = ()=>{ - ajax.getOverviewConfigList({type: '1'}).then((res)=>{ + ajax.getOverviewConfigList({type: '2'}).then((res)=>{ if(res.status == 20000){ let temp = {} res.data.map(item=>{