king
2024-11-20 03eedbbffd73b123ed2d91384dc1e42cec9f55b0
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -473,7 +473,9 @@
    
    if (id !== this.state.BID || id !== '') {
      this.setState({ BID: id, BData: data }, () => {
        this.loadData()
        if (config.wrap.datatype !== 'public') {
          this.loadData()
        }
      })
    }
  }