From 3405ba0312abc2e9358480e5ee60036ff290a2e5 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 17 Aug 2022 09:58:50 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=89=20=E5=A2=9E=E5=8A=A0=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E5=90=8Etable=20=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/keyList/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/plan/keyList/index.jsx b/src/pages/plan/keyList/index.jsx index 5d1c7b54..0fded229 100644 --- a/src/pages/plan/keyList/index.jsx +++ b/src/pages/plan/keyList/index.jsx @@ -244,7 +244,7 @@ const UseKeyList = () => { * 重置 */ const resetBtn = () => { - setState({ page: 1, limit: 10, hash: "" }); + setState({ page: 1, limit: 10, hash: "", tableData: [] }); }; /**