优化代码

This commit is contained in:
wuxw 2021-09-14 23:04:13 +08:00
parent 89832397ff
commit 41d707c16d

View File

@ -31,7 +31,9 @@
$that.newOaWorkflowDetailInfo.audit.taskId = vc.getParam('taskId'); $that.newOaWorkflowDetailInfo.audit.taskId = vc.getParam('taskId');
$that._listOaWorkflowDetails(); $that._listOaWorkflowDetails();
$that._loadComments(); $that._loadComments();
if($that.newOaWorkflowDetailInfo.action){
$that._loadNextAuditPerson(); $that._loadNextAuditPerson();
}
$that._openNewOaWorkflowDetailImg(); $that._openNewOaWorkflowDetailImg();
}, },
_initEvent: function () { _initEvent: function () {