Browse Source

fix 8532 批量删除检查项后已选中信息显示错误

master
liujiangyong 2 years ago
parent
commit
5a3c45e613
  1. 1
      web/client/src/sections/patrolManage/containers/checkItems.js

1
web/client/src/sections/patrolManage/containers/checkItems.js

@ -48,6 +48,7 @@ function CheckItems(props) {
dispatch(delCheckItems(ids)).then(res => {
if (res.success) {
tableRef.current.reload();
setSelect([]);
}
})
}

Loading…
Cancel
Save