fix:车间出入库记录bug修复
This commit is contained in:
parent
96eaa89722
commit
73b657c5de
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue