From b816a38598a2b96f244ba1aacec05f7071b1a803 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 26 三月 2021 16:09:56 +0800
Subject: [PATCH] 2021-03-26

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

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index fe80068..076f844 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -73,14 +73,10 @@
     if (btn.uuid !== res.menuId) return
 
     this.setState({
-      confirmLoading: true
+      loading: true
     })
 
-    this.execSubmit(this.state.tabledata, () => {
-      this.setState({
-        confirmLoading: false
-      })
-    }, res.form)
+    this.execSubmit(this.state.tabledata, () => {}, res.form)
   }
 
   /**

--
Gitblit v1.8.0