addline添加的其他参数

This commit is contained in:
zhangyu
2020-08-24 15:42:06 +08:00
parent 8fbea3839d
commit 84f988b761
4 changed files with 128 additions and 15 deletions

View File

@@ -185,10 +185,10 @@
this.topologyLoading=true;
// this.$get('/project/topo',{projectId:n.id}).then(res=>{
// console.log(res);
// setTimeout(()=>{
// this.topologyLoading=false;
// this.$refs['topology'].setNetworkData( this.edgesArray,this.nodesArray);
// })
setTimeout(()=>{
this.topologyLoading=false;
this.$refs['topology'].setNetworkData( this.edgesArray,this.nodesArray);
},500)
// })
},
editVisNetworkChange(flag){