src/tabviews/custom/components/form/tab-form/index.jsx
@@ -227,7 +227,12 @@ const { mainSearch } = this.props const { config, arr_field, BID } = this.state if (config.wrap.datatype === 'static' || (config.setting.supModule && !BID)) { if (config.wrap.datatype === 'static') { this.setState({ data: {$$empty: true} }) return } else if (config.setting.supModule && !BID) { this.setState({ data: null }, () => {