From f0a022fec124bcc05cde76582a612a36037d502b Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 22 Feb 2023 10:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=A3=80=E6=9F=A5=E9=A1=B9?= =?UTF-8?q?=E5=88=86=E7=BB=84=E7=9A=84=E5=90=8C=E6=97=B6=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/patrolManage/actions/checkItems.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/src/sections/patrolManage/actions/checkItems.js b/web/client/src/sections/patrolManage/actions/checkItems.js index 16e3033..f7a2666 100644 --- a/web/client/src/sections/patrolManage/actions/checkItems.js +++ b/web/client/src/sections/patrolManage/actions/checkItems.js @@ -10,6 +10,7 @@ export function getCheckItemsGroup() { actionType: 'GET_CHECK_ITEMS_GRROUP', url: ApiTable.checkItemsGroup, msg: { error: '获取检查项分组失败' }, + reducer:{name:'checkItemsGroup'} }); }