fix:coding#445

This commit is contained in:
shijing 2024-08-27 14:45:20 +08:00
parent 826d7db102
commit 5017710f33
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,7 @@ export default {
this.getUser();
this.getSupplier();
this.getEquipment();
},
methods: {
disabledDateFn(time) {
@ -340,6 +341,8 @@ export default {
open(mode = "add") {
this.mode = mode;
this.visible = true;
this.$refs.dialogForm.resetFields();
this.$refs.dialogForm.clearValidate();
return this;
},
//