king
2021-11-17 c51f5e007a3e03c9d6731ab7f28f0080de009990
src/tabviews/formtab/actionList/index.jsx
@@ -24,7 +24,6 @@
  state = {
    formdata: null,
    tabledata: null,
    loadingUuid: ''
  }
  
@@ -305,14 +304,14 @@
      notification.error({
        top: 92,
        message: res.message || res.ErrMesg,
        duration: btn.errorTime || 10
        duration: 10
      })
    } else if (res.ErrCode === 'F') {
      notification.error({
        className: 'notification-custom-error',
        top: 92,
        message: res.message || res.ErrMesg,
        duration: btn.errorTime || 10
        duration: 10
      })
    } else if (res.ErrCode === 'NM') {
      message.error(res.message || res.ErrMesg)