king
2023-04-20 99c0ccd473e30f029b81feb65975d654528bc3e5
src/menu/datasource/index.jsx
@@ -206,6 +206,12 @@
        res.subColumns.reverse()
      }
      if (this.verifyRef.state.debugId) {
        res.setting.debugId = this.verifyRef.state.debugId
      } else {
        delete res.setting.debugId
      }
      this.setState({loading: false, visible: false})
      this.props.updateConfig({...config, ...res})
    }, () => {