From 7dd85265f082b3ddbb16299c4c938efa5946416a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 8 Sep 2021 20:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js b/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js index bd2e16b82..fabe9cb28 100644 --- a/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js +++ b/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js @@ -111,7 +111,7 @@ let _audit = $that.newOaWorkflowDetailInfo.audit; _audit.flowId = $that.newOaWorkflowDetailInfo.flowId; _audit.id = $that.newOaWorkflowDetailInfo.id; - if ($that.newOaWorkflowDetailInfo.nextAudit.assignee) { + if ($that.newOaWorkflowDetailInfo.nextAudit.assignee != '-2') { _audit.staffId = $that.newOaWorkflowDetailInfo.nextAudit.assignee; } if (!_audit.auditCode) {