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/normal-table/index.jsx |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/custom/components/table/normal-table/index.jsx b/src/tabviews/custom/components/table/normal-table/index.jsx
index be55ae8..1cde8b1 100644
--- a/src/tabviews/custom/components/table/normal-table/index.jsx
+++ b/src/tabviews/custom/components/table/normal-table/index.jsx
@@ -1027,9 +1027,7 @@
 
     if (config.$searchId !== searchId) return
     
-    this.setState({pageIndex: 1}, () => {
-      this.reloadtable()
-    })
+    this.reloadtable()
   }
 
   render() {

--
Gitblit v1.8.0