优化d代码

This commit is contained in:
wuxw 2025-09-15 15:26:56 +08:00
parent bfafa0a79f
commit 76f3695d28

View File

@ -277,6 +277,10 @@ export default {
audit.flowId = this.newOaWorkflowDetailInfo.flowId
audit.id = this.newOaWorkflowDetailInfo.id
if (this.newOaWorkflowDetailInfo.nextAudit.assignee != '-2') {
audit.staffId = this.newOaWorkflowDetailInfo.nextAudit.assignee;
}
if (!audit.auditCode) {
this.$message.error(this.$t('newOaWorkflowDetail.selectStatus'))
return