Browse Source

获取检查项分组的同时获取检查项

master
巴林闲侠 2 years ago
parent
commit
f0a022fec1
  1. 1
      web/client/src/sections/patrolManage/actions/checkItems.js

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

Loading…
Cancel
Save