fix:修改 chartTemp 修改时表达式重复一次的问题

This commit is contained in:
zhangyu
2021-05-13 19:09:25 +08:00
parent d937dd1666
commit 1a351bb30e

View File

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