king
2023-07-12 f724c64b419f148985c0bd5a1153e3fc7d84b9e6
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2148,6 +2148,10 @@
      MKEmitter.emit('modifyTabs', newtab, true)
    }
    if (btn.execSuccess === 'popclose' && btn.$tabId) { // 标签关闭刷新
      MKEmitter.emit('refreshPopButton', btn.$tabId)
    }
  }
  triggerNote = (res) => {
@@ -2566,6 +2570,10 @@
    if (window.GLOB.breakpoint) {
      MKEmitter.emit('refreshDebugTable')
    }
    if (btn.execError === 'popclose' && btn.$tabId) { // 标签关闭刷新
      MKEmitter.emit('refreshPopButton', btn.$tabId)
    }
  }
  handleModelConfig = (config) => {