调用接口

This commit is contained in:
zhangyu
2020-08-24 15:08:34 +08:00
parent 4f7929bda4
commit d5b26e793d
2 changed files with 8 additions and 8 deletions

View File

@@ -231,6 +231,7 @@
let nodes=[...this.nodesArray];
let edges=[...this.edgesArray];
console.log(nodes,edges);
this.editVisNetwork=false;
},
//拓扑图方法
init(type){