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: [] }); }; /**