| | |
| | | |
| | | 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, |
| | |
| | | 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) { |