fix:修改 同步 group内的图表 未刷新页面的问题

This commit is contained in:
zhangyu
2022-03-10 16:51:51 +08:00
parent a8767f08bc
commit dfec693d0f
3 changed files with 6 additions and 1 deletions

View File

@@ -724,6 +724,7 @@ export default {
}
},
mounted () {
bus.$on('refreshPanel', this.refreshPanel)
this.scrollbarWrap = this.$refs.dashboardScrollbar
this.onScroll()
document.querySelector('#tableList').addEventListener('mouseenter', this.tableListEnter)