king
2024-02-08 84edc8a47c888bc2c9590d214b807c41ab87c1e7
src/tabviews/zshare/actionList/exceloutbutton/index.jsx
@@ -685,6 +685,7 @@
        this.execSuccess({ErrCode: ErrCode || 'S', message: msg || '导出成功!'})
      }
    } catch (e) {
      console.warn(e)
      this.execError({ErrCode: 'N', message: 'Excel生成失败!'})
    }
  }