Commit 3818b593 authored by 王苓芝's avatar 王苓芝

审核拒绝提示文案修改

parent fd1b0d52
......@@ -51,7 +51,7 @@ const AuditModal = props => {
serviceNo: formData?.serviceNo,
});
if (data.businessCode === '0000') {
notification.success({ message: '审核成功' });
notification.success({ message: approve?.[0] ? '审核成功' : '审核拒绝提交成功' });
handleCancel(true);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment