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'],