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) } }) })