diff --git a/web/client/src/sections/patrolManage/containers/checkItems.js b/web/client/src/sections/patrolManage/containers/checkItems.js index 031bfad..eda9181 100644 --- a/web/client/src/sections/patrolManage/containers/checkItems.js +++ b/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([]); } }) }