fix: 修改treemap tootip报错的问题
This commit is contained in:
@@ -2101,7 +2101,11 @@ export default {
|
||||
}
|
||||
})
|
||||
getTopology(this.topologyIndex).resize()
|
||||
getTopology(this.topologyIndex).centerView()
|
||||
if (this.isPanel) {
|
||||
getTopology(this.topologyIndex).fitView()
|
||||
} else {
|
||||
getTopology(this.topologyIndex).centerView()
|
||||
}
|
||||
clearTimeout(this.timer)
|
||||
this.timer = null
|
||||
// this.getNodesArr()
|
||||
|
||||
Reference in New Issue
Block a user