king
2021-01-07 2292d1826e69e21c8a411c217faef635fe57d458
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}
          />
        )