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

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