提交 34c292b7 编写于 作者: B break60

fix

上级 aa5e2cc4
...@@ -199,8 +199,8 @@ JSP.prototype.jsonHandle = function ({ largeJson, locations }) { ...@@ -199,8 +199,8 @@ JSP.prototype.jsonHandle = function ({ largeJson, locations }) {
taskType: v.type, taskType: v.type,
runFlag: v.runFlag, runFlag: v.runFlag,
nodenumber: locations[v.id].nodenumber, nodenumber: locations[v.id].nodenumber,
successNode: v.conditionResult == undefined? '' : v.conditionResult.successNode[0], successNode: v.conditionResult === undefined? '' : v.conditionResult.successNode[0],
failedNode: v.conditionResult == undefined? '' : v.conditionResult.failedNode[0] failedNode: v.conditionResult === undefined? '' : v.conditionResult.failedNode[0]
})) }))
// contextmenu event // contextmenu event
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册