src/tabviews/zshare/actionList/funczip/index.jsx
@@ -348,6 +348,10 @@ if (btn.execSuccess !== 'never') { MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execSuccess, btn) } if (btn.execSuccess === 'popclose' && btn.$tabId) { // 标签关闭刷新 MKEmitter.emit('refreshPopButton', btn.$tabId) } } /** @@ -399,6 +403,10 @@ if (btn.execError !== 'never') { MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execError, btn) } if (btn.execError === 'popclose' && btn.$tabId) { // 标签关闭刷新 MKEmitter.emit('refreshPopButton', btn.$tabId) } } render() {