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/printbutton/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/actionList/printbutton/index.jsx b/src/tabviews/zshare/actionList/printbutton/index.jsx
index 90ae0dd..8d97947 100644
--- a/src/tabviews/zshare/actionList/printbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -1269,7 +1269,7 @@
     const { btn } = this.props
     const { autoMatic } = this.state
 
-    if ((res && res.ErrCode === 'S') || autoMatic) { // 鎵ц鎴愬姛
+    if ((res && (res.ErrCode === 'S' || !res.ErrCode)) || autoMatic) { // 鎵ц鎴愬姛
       notification.success({
         top: 92,
         message: res.ErrMesg || this.state.dict['main.action.confirm.success'],

--
Gitblit v1.8.0