fix:修复dashboardTab报错
This commit is contained in:
@@ -880,8 +880,10 @@ export default {
|
|||||||
},
|
},
|
||||||
showPanel: {
|
showPanel: {
|
||||||
handler () {
|
handler () {
|
||||||
this.setDefaultTimeRange()
|
if (this.from !== this.fromRoute.dashboardTemp) {
|
||||||
this.setDefaultRefresh()
|
this.setDefaultTimeRange()
|
||||||
|
this.setDefaultRefresh()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 监听图表联动配置
|
// 监听图表联动配置
|
||||||
|
|||||||
Reference in New Issue
Block a user