king
2022-02-16 fda3c459010b29c765d7a66ecd291d265ee6436d
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'],