fix:校验后 删除上方未通过的校验 显示错误的问题
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user