diff --git a/components/audit/audit-item-release.vue b/components/audit/audit-item-release.vue index 14ac4a2..9595caa 100644 --- a/components/audit/audit-item-release.vue +++ b/components/audit/audit-item-release.vue @@ -94,7 +94,7 @@ * 其他表示 下一指定人ID * */ - if (this.nextAudit.assignee != '-2') { + if (this.nextAudit.assignee != '-2' && this.nextAudit.assignee != '-1') { _audit.staffId = this.nextAudit.assignee; } if (!_audit.auditCode) {