fix:修复dashboardTab报错

This commit is contained in:
zyh
2023-05-23 14:45:42 +08:00
parent b57794d6ef
commit 21c0f25b25

View File

@@ -880,8 +880,10 @@ export default {
}, },
showPanel: { showPanel: {
handler () { handler () {
this.setDefaultTimeRange() if (this.from !== this.fromRoute.dashboardTemp) {
this.setDefaultRefresh() this.setDefaultTimeRange()
this.setDefaultRefresh()
}
} }
}, },
// 监听图表联动配置 // 监听图表联动配置