king
2021-10-03 3bdcb8da222aaedcc1b6b279d1d038fe3b714570
src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -78,8 +78,9 @@
   */
  actionTrigger = (triggerId, record, type) => {
    const { setting, btn, selectedData } = this.props
    const { disabled } = this.state
    if (triggerId && btn.uuid !== triggerId) return
    if ((triggerId && btn.uuid !== triggerId) || disabled) return
    if (type === 'linkbtn' && selectedData && selectedData.length === 1) {
      if (record[0].$Index !== selectedData[0].$Index) {