From 8fb1b2e8e12064389eb0eaf8116d42a5f815073a Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 27 Jan 2022 09:44:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9panel=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/Panel.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/charts/Panel.vue b/src/views/charts/Panel.vue index 30126167..3c202942 100644 --- a/src/views/charts/Panel.vue +++ b/src/views/charts/Panel.vue @@ -156,6 +156,7 @@ export default { // methods dateTimeRangeChange (s, e, v) { this.timeFilter = { startTime: s, endTime: e, dateRangeValue: v } + this.chartList = [...this.chartList] }, reloadCharts () { this.chartList.forEach(chart => {