king
2019-12-31 f9697383bc9097be8a444558e09ae21b27f1e831
src/tabviews/tableshare/actionList/index.jsx
@@ -16,7 +16,8 @@
    MenuID: PropTypes.string,
    actions: PropTypes.array, // 搜索条件列表
    dict: PropTypes.object, // 字典项
    setting: PropTypes.any
    setting: PropTypes.any,
    triggerPopview: PropTypes.func
  }
  state = {
@@ -99,6 +100,14 @@
    } else if (item.OpenType === 'excelOut') {
      this.setState({loadingUuid: item.uuid})
      this.refreshdata(item, 'excelOut')
    } else if (item.OpenType === 'popview' && this.props.type !== 'subtab') {
      this.props.triggerPopview(item, data)
    } else if (item.OpenType === 'popview' && this.props.type === 'subtab') {
      notification.warning({
        top: 92,
        message: '弹窗页面不支持此设置!',
        duration: 10
      })
    } else {
      notification.warning({
        top: 92,
@@ -784,6 +793,10 @@
      }
    }
    if (this.props.type === 'subtab') {
      container = document.body
    }
    return (
      <Modal
        title={title}