fix:处理校验后 删除某一项 显示错误的问题

This commit is contained in:
zhangyu
2022-08-30 14:47:00 +08:00
parent cf9364ce5d
commit 44ba4c4734
257 changed files with 1 additions and 0 deletions

View File

@@ -504,6 +504,7 @@ export default {
// 删除变量
removeVariable (index) {
this.editPanel.param.variables.splice(index, 1)
this.$refs.form.clearValidate()
},
getUserData () {
return new Promise(resolve => {

Some files were not shown because too many files have changed in this diff Show More