king
2022-03-29 b6cbfb08b51e87e6eac995be8e7751815715e6a1
src/tabviews/custom/components/form/normal-form/index.jsx
@@ -201,12 +201,12 @@
    if (group.uuid !== menuId) return
    if (btn.syncComponentId && btn.syncComponentId !== config.uuid && btn.syncComponentId !== config.setting.supModule) {
      MKEmitter.emit('reloadData', btn.syncComponentId)                        // 同级标签刷新
    }
    btn.syncComponentId && MKEmitter.emit('reloadData', btn.syncComponentId)
    if (config.wrap.datatype !== 'static' && config.setting) {
      this.loadData()
    if (!btn.syncComponentId || btn.syncComponentId !== config.setting.supModule) {
      if (config.wrap.datatype !== 'static' && config.setting) {
        this.loadData()
      }
    }
    if (id) {
@@ -218,7 +218,9 @@
  resetParentParam = (MenuID, id) => {
    const { config } = this.state
    if (config.wrap.datatype === 'static' || !config.setting.supModule || config.setting.supModule !== MenuID) return
    if (id !== this.state.BID || id !== '') {
      this.setState({ BID: id }, () => {
        this.loadData()