diff --git a/src/views/charts2/Panel.vue b/src/views/charts2/Panel.vue index 04fae141..a4cf975e 100644 --- a/src/views/charts2/Panel.vue +++ b/src/views/charts2/Panel.vue @@ -334,6 +334,8 @@ export default { if (!this.$refs.dateTimeRange.isCustom) { const value = this.timeFilter.dateRangeValue this.$refs.dateTimeRange.quickChange(value) + } else { + this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter)) } } else { this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter))