From 1a73a1f923200ee9e03384c8024bdf701adbf42d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 30 八月 2023 16:59:20 +0800
Subject: [PATCH] 2023-08-30

---
 src/tabviews/zshare/actionList/funcMegvii/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/actionList/funcMegvii/index.jsx b/src/tabviews/zshare/actionList/funcMegvii/index.jsx
index c1df199..e826bcf 100644
--- a/src/tabviews/zshare/actionList/funcMegvii/index.jsx
+++ b/src/tabviews/zshare/actionList/funcMegvii/index.jsx
@@ -327,10 +327,10 @@
    * 4銆佹ā鎬佹鎵ц鎴愬姛鍚庢槸鍚﹀叧闂�
    * 5銆侀�氱煡涓诲垪琛ㄥ埛鏂�
    */
-  execSuccess = (res) => {
+  execSuccess = (res = {}) => {
     const { btn } = this.props
 
-    if (res && (res.ErrCode === 'S' || !res.ErrCode)) { // 鎵ц鎴愬姛
+    if (res.ErrCode === 'S' || !res.ErrCode) { // 鎵ц鎴愬姛
       notification.success({
         top: 92,
         message: res.message || '鎵ц鎴愬姛',

--
Gitblit v1.8.0