Commit 833f7caa authored by neo's avatar neo

[Bugfix] fixed JSON to parse status

parent d69a2b69
......@@ -569,7 +569,7 @@
, constant.DictionaryDictKey.WFDataProcess, enums.FinishStatusEnum.Finished);
}
}else if(job.jobStatus=='Running'|| job.jobStatus=='Error'){
var tasks = JSON.parse(job)
var tasks = JSON.parse(job.status)
items.forEach(function(item,index){
tasks.forEach(function(task){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment