From 1a351bb30e4bc7b50f6cab389090bad3c59e4edf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 13 May 2021 19:09:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20chartTemp=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E8=A1=A8=E8=BE=BE=E5=BC=8F=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E4=B8=80=E6=AC=A1=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 6f1146511..c9c30bf7e 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -1560,7 +1560,7 @@ export default { this.$nextTick(() => { this.expressions.forEach((ex, index) => { if (ex) { - this.$refs[`promql-${index}`][0].metricChange(ex) + // this.$refs[`promql-${index}`][0].metricChange(ex) } }) })