king
2022-02-21 e9442ea328f1f33c9c05a4ad0676deef8d6efae6
src/tabviews/custom/components/chart/custom-chart/index.jsx
@@ -203,7 +203,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()
      })