feat:添加新图标,以及选择连线可以是多条
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
ref="topology"
|
||||
:allModuleInfo="allModuleInfo"
|
||||
v-loading="topologyLoading"
|
||||
@editVisNetworkChange="editVisNetworkChange"
|
||||
>
|
||||
|
||||
</topology>
|
||||
@@ -110,6 +111,9 @@
|
||||
this.$refs['topology'].setNetworkData( this.edgesArray,this.nodesArray);
|
||||
},1000)
|
||||
},500)
|
||||
},
|
||||
editVisNetworkChange(flag){
|
||||
this.editVisNetwork=flag;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user