king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/tabviews/custom/components/form/normal-form/index.jsx
@@ -217,7 +217,7 @@
  resetParentParam = (MenuID, id) => {
    const { config } = this.state
    if (config.wrap.datatype === 'static' || !config.setting.supModule || config.setting.supModule !== MenuID) return
    if (id !== this.state.BID) {
    if (id !== this.state.BID || id !== '') {
      this.setState({ BID: id }, () => {
        this.loadData()
      })