From 2f69f0e8ee5d33de22e903737c890a2903cceb13 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 22 Jun 2022 13:51:27 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1963=20=20fix=EF=BC=9A=20=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E7=9A=84metrics=E7=9A=84=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/explore/promqlInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue index 7a3ffd4c4..aff482e0b 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue @@ -797,7 +797,7 @@ export default { this.codeMirrorValue[this.index] = value this.dropDownVisible = false this.$emit('change', value) - // this.initCodeMirror() + this.initCodeMirror() this.$forceUpdate() this.cascaderValue = '' },