From 41d707c16df9bcd83188afdc763be60faaa7bde1 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 14 Sep 2021 23:04:13 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js b/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js index 35431a1e3..64e450d2b 100644 --- a/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js +++ b/public/pages/property/newOaWorkflowDetail/newOaWorkflowDetail.js @@ -31,7 +31,9 @@ $that.newOaWorkflowDetailInfo.audit.taskId = vc.getParam('taskId'); $that._listOaWorkflowDetails(); $that._loadComments(); - $that._loadNextAuditPerson(); + if($that.newOaWorkflowDetailInfo.action){ + $that._loadNextAuditPerson(); + } $that._openNewOaWorkflowDetailImg(); }, _initEvent: function () {