src/tabviews/zshare/actionList/popupbutton/index.jsx
@@ -118,7 +118,7 @@ /** * @description 触发按钮操作 */ actionTrigger = (triggerId, record) => { actionTrigger = (triggerId, record, type) => { const { setting, Tab, BID, btn, selectedData } = this.props const { loading } = this.state @@ -131,6 +131,10 @@ duration: 5 }) return } else if (type === 'linkbtn' && selectedData && selectedData.length === 1) { if (record[0].$Index !== selectedData[0].$Index) { return } } let data = record || selectedData || []