From 5fa45a655a16008d61902b831bf0a3720e58d55a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 07 五月 2025 22:44:49 +0800
Subject: [PATCH] 2025-05-07

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 42df9d6..495d224 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -3031,7 +3031,9 @@
     }
 
     if (window.backend && btn.outerFunc && ['bd_workers_create_user_sso', 's_susers_del', 's_susers_add', 's_susers_update', 's_susers_start', 's_susers_admin'].includes(btn.outerFunc.toLowerCase())) {
-      this.clearBackSqlCache()
+      setTimeout(() => {
+        this.clearBackSqlCache()
+      }, 300)
     }
 
     if (btn.openmenu && Array.isArray(btn.openmenu) && btn.openmenu.length > 0 && sign !== '@no_target_menu@') {

--
Gitblit v1.8.0