Commit 022adfaa authored by renjintao's avatar renjintao

test

parent d956cdf5
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
this.processTitle = r.result.schemaName this.processTitle = r.result.schemaName
this.currentNodeId = r.result.currentNodeId this.currentNodeId = r.result.currentNodeId
r.result.nodes.map((u, i) => { r.result.nodes.map((u, i) => {
//查找当前节点索引 //查找当前节点索引
if (u.id == this.currentNodeId) { if (u.id == this.currentNodeId) {
this.cur = i this.cur = i
}; };
......
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