fix:修改 chart表达式检验完成后 换位 错误信息提示位置不正确的问题

This commit is contained in:
zhangyu
2022-10-25 10:28:59 +08:00
parent fe000889ac
commit f77510164f

View File

@@ -1286,6 +1286,8 @@ export default {
}
})
})
const arr = this.chartConfig.elements.map((item, index) => 'elements.' + (index) + '.expression')
this.$refs.chartForm.clearValidate(arr)
}
this.change()
},