fix:光芯日志修改
This commit is contained in:
parent
fe1e5f4bb3
commit
cdeb68fabb
|
@ -509,7 +509,13 @@ export default {
|
||||||
that.$API.mtm.route.item.req(that.route).then(res=>{
|
that.$API.mtm.route.item.req(that.route).then(res=>{
|
||||||
that.material_in = res.material_in;
|
that.material_in = res.material_in;
|
||||||
that.material_out = that.form.material_out = res.material_out;
|
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();
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
//获取工段人员
|
//获取工段人员
|
||||||
|
|
Loading…
Reference in New Issue