module 从上层传递

This commit is contained in:
zhangyu
2020-08-20 14:47:14 +08:00
parent c3bd777b38
commit 7a5fea7060
4 changed files with 90 additions and 46 deletions

View File

@@ -31,7 +31,17 @@
</span>
</div>
<div class="vis-network-content">
<topology :editVisNetwork="editVisNetwork" :nodesArray="nodesArray" :edgesArray="edgesArray" @setTopologyData="setTopologyData" :isFullScreen="false" ref="topology"></topology>
<topology
:editVisNetwork="editVisNetwork"
:nodesArray="nodesArray"
:edgesArray="edgesArray"
@setTopologyData="setTopologyData"
:isFullScreen="false"
ref="topology"
:allModuleInfo="allModuleInfo"
>
</topology>
</div>
</div>
@@ -67,6 +77,7 @@
chartData: {
type: Object
},
allModuleInfo:{}
},
data () {
return {