From b5b557a9f8a82b43cb29b7abccf385ccb543fd4b Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 21 Oct 2020 16:51:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dlast=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/chartBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index 312963ec4..9c098ee7a 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -1178,7 +1178,7 @@ if(chartType === 'bar'||chartType === 'line'||chartType === 'stackArea'){ this.editChart.param={nullType:this.editChart.param.nullType,threshold:'',legendValue:{min:'off',max:'off',avg:'off',last:'off',total:'off'}} }else if(chartType == 'table'){ - this.editChart.param.last= 0; + this.$set(this.editChart.param,'last',0) } /*if(this.$refs.chartTag){ this.$refs.chartTag.forEach((item, index) => {