fix:车间出入库记录bug修复

This commit is contained in:
shijing 2025-07-31 09:56:26 +08:00
parent 96eaa89722
commit 73b657c5de
1 changed files with 6 additions and 1 deletions

View File

@ -368,7 +368,6 @@ export default {
};
},
mounted() {
this.active = 0;
this.isSaveing = false;
this.form.mgroup = this.mgroupId;
this.form.type = this.cate;
@ -386,6 +385,12 @@ export default {
open(mode) {
this.mode = mode;
this.visible = true;
this.active = 0;
this.mioId =null;//
this.form.number= "";
this.form.do_user= "";
this.form.mio_user= "";
console.log('this.active',this.active)
return this;
},
setData(data,type) {