king
2023-04-03 2b46797c3a5868f7f26329da5834c13aae07ad69
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