king
2020-09-08 d3e3e32f62955e7ac7983bde70924daaacab5dc1
src/tabviews/verupmanage/subtabtable/index.jsx
@@ -122,6 +122,10 @@
      }
    })
    if (config.setting.interType === 'inner' && !config.setting.innerFunc) {
      config.setting.interType = 'system'
    }
    this.setState({
      config: config,
      setting: config.setting,
@@ -167,10 +171,10 @@
      }
    }
    if (setting.interType !== 'inner' || (setting.interType === 'inner' && setting.innerFunc)) {
      param = this.getCustomParam(_BID)
    } else {
    if (setting.interType === 'system') {
      param = this.getDefaultParam(_BID)
    } else {
      param = this.getCustomParam(_BID)
    }
    this.handleTableId()