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