fix:玻纤日志输入物料去掉默认主要批次

This commit is contained in:
shijing 2025-03-13 16:35:42 +08:00
parent 1ac73237f9
commit 2f9c0edd00
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';
}