fix:光芯日志修改

This commit is contained in:
shijing 2025-05-16 17:05:52 +08:00
parent fe1e5f4bb3
commit cdeb68fabb
1 changed files with 7 additions and 1 deletions

View File

@ -509,7 +509,13 @@ export default {
that.$API.mtm.route.item.req(that.route).then(res=>{
that.material_in = res.material_in;
that.material_out = that.form.material_out = res.material_out;
that.getMlogObj();
console.log('that.mlogId',that.mlogId)
if(that.mlogId){
that.getMlogObj();
}else{
that.getdefects();
}
});
},
//