king
2022-08-30 4fbd75879aad2356d799ca4d0d9c7da6a92d2a51
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
      }, () => {