feat:http数据集关闭弹窗清空校验

main
liu.shiyi 2 years ago
parent 99b611e7e8
commit fd708d0efb

@ -166,9 +166,11 @@ export default {
this.dialogVisible = true
},
close () {
this.$refs.form.clearValidate()//
this.dialogVisible = false
},
handleClose () {
this.$refs.form.clearValidate() //
this.dialogVisible = false
},
checkParamsName (value) {
@ -179,6 +181,7 @@ export default {
}
},
cancel () {
this.$refs.form.clearValidate() //
this.dialogVisible = false
},
confirm () {

Loading…
Cancel
Save