src/tabviews/custom/components/form/simple-form/index.jsx
@@ -217,7 +217,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 }, () => {