fix:修复 dashboardTab group 时间锁定无效的问题
This commit is contained in:
@@ -891,7 +891,6 @@ export default {
|
|||||||
mounted () {
|
mounted () {
|
||||||
bus.$on('refreshPanel', this.refreshPanel)
|
bus.$on('refreshPanel', this.refreshPanel)
|
||||||
this.scrollbarWrap = this.$refs.dashboardScrollbar
|
this.scrollbarWrap = this.$refs.dashboardScrollbar
|
||||||
this.onScroll()
|
|
||||||
document.querySelector('#tableList').addEventListener('mouseenter', this.tableListEnter)
|
document.querySelector('#tableList').addEventListener('mouseenter', this.tableListEnter)
|
||||||
document.querySelector('#tableList').addEventListener('mouseleave', this.tableListLeave)
|
document.querySelector('#tableList').addEventListener('mouseleave', this.tableListLeave)
|
||||||
this.$store.dispatch('dispatchPanelTime', {
|
this.$store.dispatch('dispatchPanelTime', {
|
||||||
@@ -925,6 +924,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.setDefaultRefresh()
|
this.setDefaultRefresh()
|
||||||
}
|
}
|
||||||
|
this.onScroll()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 监听图表联动配置
|
// 监听图表联动配置
|
||||||
|
|||||||
Reference in New Issue
Block a user