fix:校验后 删除上方未通过的校验 显示错误的问题

This commit is contained in:
zhangyu
2022-08-30 14:16:03 +08:00
parent 84e69a606e
commit fc96a3ef98
5 changed files with 28 additions and 0 deletions

View File

@@ -1187,6 +1187,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 () {