king
2023-06-16 e4666c46c685ec7eabff25af9890d54c0ff2952b
src/tabviews/custom/components/tree/antd-tree/index.jsx
@@ -270,6 +270,13 @@
      }, () => {
        this.handleData()
      })
      if (config.timer && config.clearField && result.data && result.data[0]) {
        let vals = (config.clearValue || '').split(',')
        if (vals.includes(result.data[0][config.clearField])) {
          this.timer && this.timer.stop()
        }
      }
    } else {
      this.setState({
        loading: false