提交 aa5e2cc4 编写于 作者: B break60

Fix workflow definition history node data cannot be opened

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