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

@@ -69,6 +69,7 @@ export default {
closeWindow() {
this.form = {};
this.$emit("closeWindow");
this.$refs.form.clearValidate();
this.controlWindows.adjust = false;
},
},