From cf53f4f7d3b5eb5584ff52f4c004f277541816cb Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 20 Jul 2023 16:26:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=20=20dashboardTa?= =?UTF-8?q?b=20=20=20=20group=20=E6=97=B6=E9=97=B4=E9=94=81=E5=AE=9A?= =?UTF-8?q?=E6=97=A0=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/dashboardTab.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/dashboardTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/dashboardTab.vue index e0f5ba4cc..4fcbedebb 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/dashboardTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/dashboardTab.vue @@ -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() } }, // 监听图表联动配置