From 3bdcb8da222aaedcc1b6b279d1d038fe3b714570 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 03 十月 2021 12:10:36 +0800
Subject: [PATCH] 2021-10-03

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

diff --git a/src/tabviews/zshare/actionList/changeuserbutton/index.jsx b/src/tabviews/zshare/actionList/changeuserbutton/index.jsx
index 6b4f238..c9913da 100644
--- a/src/tabviews/zshare/actionList/changeuserbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/changeuserbutton/index.jsx
@@ -81,9 +81,9 @@
    */
   actionTrigger = (triggerId, record, type) => {
     const { setting, selectedData, btn, MenuID } = this.props
-    const { loading } = this.state
+    const { loading, disabled } = this.state
     
-    if ((triggerId && btn.uuid !== triggerId) || loading) return
+    if ((triggerId && btn.uuid !== triggerId) || loading || disabled) return
 
     if (btn.funcType === 'closetab') {
       MKEmitter.emit('closeTabView', MenuID || btn.$MenuID)

--
Gitblit v1.8.0