This commit is contained in:
xiaozhiyong
2023-02-13 13:11:08 +08:00
parent dc50eeea8a
commit 3796514d32
7 changed files with 57 additions and 69 deletions

View File

@@ -115,9 +115,9 @@ export default {
},
closeWindow() {
this.$emit("closeWindow");
this.$refs.form.clearValidate();
this.form = {};
this.controlWindows.addInfo = {};
this.$refs.form.clearValidate();
this.controlWindows.add = false;
},
},