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

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

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

Loading…
Cancel
Save