From fda3c459010b29c765d7a66ecd291d265ee6436d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 16 二月 2022 17:59:46 +0800 Subject: [PATCH] 2022-02-16 --- src/tabviews/zshare/actionList/exceloutbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx index 7c91df8..d31fe59 100644 --- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx +++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx @@ -858,7 +858,7 @@ execSuccess = (res) => { const { btn } = this.props - if (res && res.ErrCode === 'S') { // 鎵ц鎴愬姛 + if (res && (res.ErrCode === 'S' || !res.ErrCode)) { // 鎵ц鎴愬姛 notification.success({ top: 92, message: res.ErrMesg || this.state.dict['main.action.confirm.success'], -- Gitblit v1.8.0