king
2022-03-25 666aaa99ae471286560bbca53f524b911ba47213
src/tabviews/custom/components/form/tab-form/index.jsx
@@ -184,16 +184,16 @@
    if (group.uuid !== menuId) return
    if (btn.syncComponentId && btn.syncComponentId !== config.setting.supModule) {
      MKEmitter.emit('reloadData', btn.syncComponentId)                        // 同级标签刷新
    btn.syncComponentId && MKEmitter.emit('reloadData', btn.syncComponentId)
    if (!btn.syncComponentId || btn.syncComponentId !== config.setting.supModule) {
      if (config.wrap.datatype !== 'static' && config.setting) {
        this.loadData()
      }
    }
    if (id) {
      MKEmitter.emit('resetSelectLine', config.uuid, id, '')
    }
    if (config.wrap.datatype !== 'static' && config.setting) {
      this.loadData()
    }
    this.execSuccess(btn, id)