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