From a82d726906f0264b96a5b1a82d932d0c3c38714e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 一月 2021 18:30:21 +0800
Subject: [PATCH] 2021-01-05

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

diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx
index 0556b06..e2913a1 100644
--- a/src/tabviews/zshare/actionList/index.jsx
+++ b/src/tabviews/zshare/actionList/index.jsx
@@ -29,7 +29,6 @@
     setting: PropTypes.any,           // 椤甸潰閫氱敤璁剧疆
     ContainerId: PropTypes.any,       // tab椤甸潰ID锛岀敤浜庡脊绐楁帶鍒�
     refreshdata: PropTypes.func,      // 鎵ц瀹屾垚鍚庢暟鎹埛鏂�
-    getexceloutparam: PropTypes.func, // 鑾峰彇excel瀵煎嚭鏁版嵁
   }
 
   state = {
@@ -49,7 +48,7 @@
   }
 
   getButtonList = (actions) => {
-    const { BID, BData, MenuID, Tab, columns, setting, ContainerId, selectedData, getexceloutparam } = this.props
+    const { BID, BData, MenuID, Tab, columns, setting, ContainerId, selectedData } = this.props
 
     return actions.map(item => {
       if (['exec', 'prompt', 'pop'].includes(item.OpenType)) {
@@ -93,7 +92,6 @@
             btn={item}
             setting={setting}
             position="toolbar"
-            getexceloutparam={getexceloutparam}
             updateStatus={this.updateStatus}
           />
         )

--
Gitblit v1.8.0