From 265cc163d80ca1613f1256ec919980375df3e5bf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 27 May 2021 15:24:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=88=B7=E6=96=B0=20=E5=91=8A=E8=AD=A6=E8=A7=84?= =?UTF-8?q?=E5=88=99=E6=95=B0=E5=A2=9E=E5=8A=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/overview/overview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/dashboard/overview/overview.vue b/nezha-fronted/src/components/page/dashboard/overview/overview.vue index 2179e2cb2..9a4ef3560 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/overview.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/overview.vue @@ -611,6 +611,7 @@ export default { return new Promise(resolve => { this.$get('stat/alertRule/total').then(response => { if (response.code === 200) { + this.alertRuleData = 0 response.data.list.forEach(d => { this.alertRuleData += d.num })