king
2020-08-17 df565b506ddb2bed918befceefddcd529eb58782
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)
  }