fix:project-alert列显示悬浮 刷新 topo图的问题

This commit is contained in:
zhangyu
2022-02-25 17:06:47 +08:00
parent 68ac416c3e
commit f90bf99b45
3 changed files with 3 additions and 4 deletions

View File

@@ -551,7 +551,7 @@ export default {
deep: true,
immediate: true,
handler (n, o) {
if (n && n.id && n.id !== o.id) {
if (n && n.id) {
// if (getTopology(this.topologyIndex)) {
// getTopology(this.topologyIndex).destroy()
// setTopology(this.topologyIndex, null)