fix:修复 dashboardTab group 时间锁定无效的问题

This commit is contained in:
zhangyu
2023-07-20 16:26:51 +08:00
parent d165389e9f
commit cf53f4f7d3

View File

@@ -891,7 +891,6 @@ export default {
mounted () {
bus.$on('refreshPanel', this.refreshPanel)
this.scrollbarWrap = this.$refs.dashboardScrollbar
this.onScroll()
document.querySelector('#tableList').addEventListener('mouseenter', this.tableListEnter)
document.querySelector('#tableList').addEventListener('mouseleave', this.tableListLeave)
this.$store.dispatch('dispatchPanelTime', {
@@ -925,6 +924,7 @@ export default {
}
this.setDefaultRefresh()
}
this.onScroll()
}
},
// 监听图表联动配置