From 4e016c54c3a58a14a020ee1fd2d132e3ef0ab199 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 20 Jul 2023 00:37:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E6=9F=A5=E8=AF=A2=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=AD=97=20conserve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/quanju/containers/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/quanju/containers/example.js b/web/client/src/sections/quanju/containers/example.js index 16076718..20a59cf7 100644 --- a/web/client/src/sections/quanju/containers/example.js +++ b/web/client/src/sections/quanju/containers/example.js @@ -24,7 +24,7 @@ const Example = (props) => { console.log(tab); if (tab === 'conserve') { dispatch(getReportList({ - reportType: 'patrol', + reportType: 'conserve', isTop: true })).then(res => { console.log(res);