@@ -196,7 +196,10 @@ export default {
})
},
- onClose(){}
+ onClose(){
+ this.formVisible = false
+ this.$refs.form.resetFields()
+ }
created() {