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 = '' },