king
2022-09-13 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54
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
      }, () => {