From e45a3da8ab88ebcb57917e37675fbf8a5000ccb7 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 27 Oct 2025 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=89=A9=E5=93=81=E6=94=BE?= =?UTF-8?q?=E5=BF=83=E8=BD=AC=E5=8D=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/audit/audit-item-release.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {