This commit is contained in:
xiaozhiyong
2023-02-17 14:24:56 +08:00
parent 07be5d5e0d
commit 9c58fb5f1f
8 changed files with 55 additions and 39 deletions

View File

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