From 5a3c45e61367e6eb21ec9bdba3f9366e905d210f Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 24 Feb 2023 08:46:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=208532=20=E6=89=B9=E9=87=8F=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=A3=80=E6=9F=A5=E9=A1=B9=E5=90=8E=E5=B7=B2=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/patrolManage/containers/checkItems.js | 1 + 1 file changed, 1 insertion(+) 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([]); } }) }