Merge branch 'dev-3.4' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.5

This commit is contained in:
zhangyu
2022-08-30 15:06:30 +08:00
24 changed files with 79 additions and 21 deletions

View File

@@ -1246,6 +1246,9 @@ export default {
return
}
this.chartConfig.param.thresholds.splice(index, 1)
this.chartConfig.param.thresholds.forEach((item, index) => {
this.$refs.chartForm.validateField('param.thresholds.' + index + '.value')
})
this.change()
},
move () {