fix:处理校验后 删除某一项 显示错误的问题
This commit is contained in:
@@ -504,6 +504,7 @@ export default {
|
|||||||
// 删除变量
|
// 删除变量
|
||||||
removeVariable (index) {
|
removeVariable (index) {
|
||||||
this.editPanel.param.variables.splice(index, 1)
|
this.editPanel.param.variables.splice(index, 1)
|
||||||
|
this.$refs.form.clearValidate()
|
||||||
},
|
},
|
||||||
getUserData () {
|
getUserData () {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user