From 480474856464a6a3d44df05ed06cb699ed527c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Mon, 9 Jan 2023 15:49:03 +0800 Subject: [PATCH] =?UTF-8?q?CN-855:=20Dashboard=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=90=8E=EF=BC=8C=E5=88=B7=E6=96=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E6=97=A0=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts2/Panel.vue | 2 ++ 1 file changed, 2 insertions(+) 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))