From 428b48e5ea9432b16269bf21936a8f8e92bc4408 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 五月 2022 10:06:21 +0800 Subject: [PATCH] 2022-05-10 --- src/tabviews/zshare/actionList/funcMegvii/index.jsx | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/tabviews/zshare/actionList/funcMegvii/index.jsx b/src/tabviews/zshare/actionList/funcMegvii/index.jsx index 8658f4e..0c80f56 100644 --- a/src/tabviews/zshare/actionList/funcMegvii/index.jsx +++ b/src/tabviews/zshare/actionList/funcMegvii/index.jsx @@ -334,10 +334,10 @@ loading: false, loadingNumber: '' }) - - if (btn.execSuccess !== 'never') { - MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execSuccess, btn) - } + + // if (btn.execSuccess !== 'never') { + // MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execSuccess, btn) + // } } execPreError = (err, data) => { @@ -418,9 +418,9 @@ loadingNumber: '' }) - if (btn.execError !== 'never') { - MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execError, btn) - } + // if (btn.execError !== 'never') { + // MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.execError, btn) + // } } handleOk = () => { -- Gitblit v1.8.0