From df565b506ddb2bed918befceefddcd529eb58782 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 17 八月 2020 00:18:17 +0800
Subject: [PATCH] 2020-08-17

---
 src/tabviews/zshare/actionList/tabbutton/index.jsx |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/actionList/tabbutton/index.jsx b/src/tabviews/zshare/actionList/tabbutton/index.jsx
index acfd936..8f4935b 100644
--- a/src/tabviews/zshare/actionList/tabbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -17,6 +17,7 @@
     selectedData: PropTypes.any,      // 瀛愯〃涓�夋嫨鏁版嵁
     setting: PropTypes.any,           // 椤甸潰閫氱敤璁剧疆
     triggerBtn: PropTypes.any,
+    updateStatus: PropTypes.any
   }
 
   state = {
@@ -131,6 +132,10 @@
       tabs.splice(index + 1, 0, newtab)
     }
 
+    if (this.props.updateStatus) {
+      this.props.updateStatus('trigger')
+    }
+
     this.props.modifyTabview(tabs)
   }
 

--
Gitblit v1.8.0