king
2023-07-10 bd6521dcc02d1b224016c4df9e36388668989d0c
src/tabviews/custom/components/form/tab-form/index.jsx
@@ -175,7 +175,7 @@
    if (group.uuid !== menuId) return
    if (position === 'mainline' && config.setting.supModule && BID) {
    if ((position === 'mainline' || position === 'popclose') && config.setting.supModule && BID) {
      MKEmitter.emit('reloadData', config.setting.supModule, BID)
    } else {
      this.loadData()
@@ -186,6 +186,10 @@
    }
    this.execSuccess(btn, id)
    if (position === 'popclose') { // 执行启动弹窗的按钮所选择的刷新项
      btn.$tabId && MKEmitter.emit('refreshPopButton', btn.$tabId)
    }
  }
  resetParentParam = (MenuID, id, data) => {