|
@@ -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.reAuditors = detail.auditors.filter(item => item.progress === '2').map(item => item.audit_id)
|
|
payload.times = detail.times
|
|
payload.times = detail.times
|
|
if (!payload.auditors.length || !payload.reAuditors.length) {
|
|
if (!payload.auditors.length || !payload.reAuditors.length) {
|
|
- return message.error('审批人或复查人不能为空')
|
|
|
|
|
|
+ return message.error('审批人和复查人不能为空')
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|