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'} }); }