NEZ-1963 fix: 没有变量的metrics的模板不生效

This commit is contained in:
zhangyu
2022-06-22 13:51:27 +08:00
parent f3589cdd2a
commit 2f69f0e8ee

View File

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