浏览代码

fix: 审批文案更新

lanjianrong 4 年之前
父节点
当前提交
932af6bdf8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/pages/Quality/Content/Info/Detail/index.tsx
  2. 1 1
      src/pages/Safe/Content/Info/Detail/index.tsx

+ 1 - 1
src/pages/Quality/Content/Info/Detail/index.tsx

@@ -193,7 +193,7 @@ const Detail: React.FC<RouteComponentProps> = props => {
       payload.reAuditors = detail.auditors.filter(item => item.progress === '2').map(item => item.audit_id)
       payload.times = detail.times
       if (!payload.auditors.length || !payload.reAuditors.length) {
-        return message.error('审批人复查人不能为空')
+        return message.error('审批人复查人不能为空')
       }
     }
 

+ 1 - 1
src/pages/Safe/Content/Info/Detail/index.tsx

@@ -199,7 +199,7 @@ const Detail: React.FC<RouteComponentProps> = props => {
       payload.reAuditors = detail.auditors.filter(item => item.progress === '2').map(item => item.audit_id)
       payload.times = detail.times
       if (!payload.auditors.length || !payload.reAuditors.length) {
-        return message.error('审批人复查人不能为空')
+        return message.error('审批人复查人不能为空')
       }
     }