CN-855: Dashboard自定义时间后,刷新按钮点击无反应

This commit is contained in:
刘洪洪
2023-01-09 15:49:03 +08:00
parent d02a95290b
commit 4804748564

View File

@@ -334,6 +334,8 @@ export default {
if (!this.$refs.dateTimeRange.isCustom) { if (!this.$refs.dateTimeRange.isCustom) {
const value = this.timeFilter.dateRangeValue const value = this.timeFilter.dateRangeValue
this.$refs.dateTimeRange.quickChange(value) this.$refs.dateTimeRange.quickChange(value)
} else {
this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter))
} }
} else { } else {
this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter)) this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter))