forked from github/dataease
refactor(仪表板): 仪表板自动刷新时清理联动条件
This commit is contained in:
parent
ef1774c730
commit
a4414bcb94
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user