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