king
2024-12-24 2998f413a5e196e99df887787aa4b250cd9f3b78
src/tabviews/custom/components/editor/braft-editor/index.jsx
@@ -168,7 +168,9 @@
    if (!config.setting.supModule || config.setting.supModule !== MenuID) return
    if (id !== this.state.BID || id !== '') {
      this.setState({ BID: id }, () => {
        this.loadData()
        if (config.wrap.datatype !== 'public') {
          this.loadData()
        }
      })
    }
  }