king
2020-09-08 d3e3e32f62955e7ac7983bde70924daaacab5dc1
src/tabviews/calendar/index.jsx
@@ -162,6 +162,11 @@
      config.setting.customScript = _customScript
      // 数据源
      if (config.setting.interType === 'inner' && !config.setting.innerFunc) {
        config.setting.interType = 'system'
      }
      this.setState({
        BID: param && param.BID ? param.BID : '',
        loadingview: false,
@@ -213,10 +218,10 @@
      loading: true
    })
    if (setting.interType !== 'inner' || (setting.interType === 'inner' && setting.innerFunc)) {
      param = this.getCustomParam()
    } else {
    if (setting.interType === 'system') {
      param = this.getDefaultParam()
    } else {
      param = this.getCustomParam()
    }
    if (BID) {