king
2023-08-30 8f0b0bc7fb6bd22431362fa407fa3707a0e28b94
src/tabviews/zshare/actionList/funcMegvii/index.jsx
@@ -327,10 +327,10 @@
   * 4、模态框执行成功后是否关闭
   * 5、通知主列表刷新
   */
  execSuccess = (res) => {
  execSuccess = (res = {}) => {
    const { btn } = this.props
    if (res && (res.ErrCode === 'S' || !res.ErrCode)) { // 执行成功
    if (res.ErrCode === 'S' || !res.ErrCode) { // 执行成功
      notification.success({
        top: 92,
        message: res.message || '执行成功',