From 652b0129ec60098ae1ad22fb8413eba009fb3aaf Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 20 五月 2022 10:02:53 +0800
Subject: [PATCH] 2022-05-20

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

diff --git a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx
index 8864983..8d81265 100644
--- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx
@@ -25,7 +25,6 @@
     setting: PropTypes.any,           // 椤甸潰閫氱敤璁剧疆
     updateStatus: PropTypes.func,     // 鎸夐挳鐘舵�佹洿鏂�
     disabled: PropTypes.any,          // 琛屾寜閽鐢�
-    lineBtn: PropTypes.any,           // 鏄惁涓鸿绾ф寜閽�
   }
 
   state = {
@@ -131,7 +130,7 @@
         duration: 5
       })
       return
-    } else if (type === 'linkbtn' && this.props.lineBtn && !is(fromJS(this.props.selectedData || []), fromJS(record))) {
+    } else if (type === 'linkbtn' && !btn.$toolbtn && !is(fromJS(this.props.selectedData || []), fromJS(record))) {
       return
     }
 

--
Gitblit v1.8.0