From 31df729bbc664b826536a344e2bf7dd81854c477 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 30 七月 2024 17:21:43 +0800 Subject: [PATCH] 2024-07-30 --- src/tabviews/custom/components/table/base-table/index.jsx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/tabviews/custom/components/table/base-table/index.jsx b/src/tabviews/custom/components/table/base-table/index.jsx index 045bf64..2dadeda 100644 --- a/src/tabviews/custom/components/table/base-table/index.jsx +++ b/src/tabviews/custom/components/table/base-table/index.jsx @@ -597,9 +597,7 @@ if (config.$searchId !== searchId) return - this.setState({pageIndex: 1}, () => { - this.reloadtable() - }) + this.reloadtable() } autoExec = (times) => { -- Gitblit v1.8.0