提交 7aa0b295 编写于 作者: 蔡祥熠

Merge branch 'hotfix/log' into 'master'

Merge of hotfix/log checkWorkLogEndActivity to develop

See merge request o2oa/o2oa!747

(cherry picked from commit f26a2d92)

edea92b1 修复log的问题
上级 a1eb196e
......@@ -717,7 +717,7 @@ MWF.xApplication.process.Xform.Log = MWF.APPLog = new Class(
checkWorkLogEndActivity: function(){
//判断流程已经结束,但是taskCompletedList为空,则补上系统自动流转
var workLogList = this.form.businessData.workLogList;
for( var i=workLogList.length-1; i>-1; i++ ){
for( var i=workLogList.length-1; i>-1; i-- ){
var log = workLogList[i];
if( log.arrivedActivityType === "end" ){
if( !log.taskCompletedList )log.taskCompletedList = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册