fix:光芯工段出入库记录新增时id问题报错修改
This commit is contained in:
parent
2aeadd1408
commit
9733fcced6
|
|
@ -396,11 +396,17 @@ export default {
|
|||
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)
|
||||
this.mioId = null;
|
||||
this.form = {
|
||||
number: "",
|
||||
inout_date: this.$TOOL.dateFormat2(new Date()),
|
||||
belong_dept: this.deptId,
|
||||
mgroup: this.mgroupId,
|
||||
do_user: "",
|
||||
mio_user: "",
|
||||
type: this.cate,
|
||||
};
|
||||
this.getDeptUsers();
|
||||
return this;
|
||||
},
|
||||
setData(data,type) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue