未验证 提交 cf4fca17 编写于 作者: X xingchun-chen 提交者: GitHub

Merge pull request #2760 from break60/dev-1.3.0

Fix workflow definition history node data cannot be opened
......@@ -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.
先完成此消息的编辑!
想要评论请 注册