refactor(仪表板): 仪表板自动刷新时清理联动条件

This commit is contained in:
wangjiahao 2022-11-18 16:38:15 +08:00
parent ef1774c730
commit a4414bcb94

View File

@ -501,10 +501,15 @@ export default {
}
}
this.timer = setInterval(() => {
this.clearAllLinkage()
this.searchCount++
}, refreshTime)
}
},
clearAllLinkage() {
this.$store.commit('clearPanelLinkageInfo')
bus.$emit('clear_panel_linkage', { viewId: 'all' })
},
changeStyleWithScale,
getStyle,
restore() {