fix:修复dashboardTab报错

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

View File

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