fix:玻纤日志输入物料去掉默认主要批次
This commit is contained in:
parent
1ac73237f9
commit
2f9c0edd00
|
|
@ -183,7 +183,7 @@ export default {
|
|||
that.mlogbInOptions = res.filter((item)=>{
|
||||
return item.parent==null;
|
||||
})
|
||||
that.form.parent = that.mlogbInOptions[0].id;
|
||||
// that.form.parent = that.mlogbInOptions[0].id;
|
||||
}else{
|
||||
that.form.parent = '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue