feat: metrics 支持拖拽

This commit is contained in:
zhangyu
2021-12-03 15:48:03 +08:00
parent 17c10b4821
commit 070c9931b0
5 changed files with 153 additions and 581 deletions

View File

@@ -340,7 +340,6 @@ export default {
cb(result)
},
metricChange: function (value) {
if (!value) return
this.expressionList[this.index] = value
this.dropDownVisible = false
this.$emit('change', value)