king
2021-11-18 36fac93d3f73ff3f0b2289f25cea5ec6b737d42b
src/tabviews/custom/components/tree/antd-tree/index.jsx
@@ -170,7 +170,7 @@
    const { config } = this.state
    if (!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()
      })