From 185f47212f148dc7c20369594f35f229ee31502b Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Thu, 9 Jul 2020 10:57:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Doverview=20?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=A4=E4=B8=AA=E5=9B=BE=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/overview/chart.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/page/dashboard/overview/chart.vue b/nezha-fronted/src/components/page/dashboard/overview/chart.vue index df2a84f6d..06150c8c9 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/chart.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/chart.vue @@ -107,11 +107,12 @@ // console.log(this.option) if(this.series){ this.$set(this.option,'series',this.series); - console.log(this.series,'11111'); this.noData=false; this.chart.clear(); this.optionSeriesAll=[...this.option.series]; - this.option.series=this.option.series.filter((item,index)=>indexindex