fix:日志输出检验表问题
This commit is contained in:
parent
af6403d9f0
commit
0977713d66
|
|
@ -417,7 +417,7 @@ export default {
|
||||||
that.getList();
|
that.getList();
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
that.$API.qm.qct.getQct.req({ material: that.material_in,type:'out',tag:'process' }).then((res) => {
|
that.$API.qm.qct.getQct.req({ material: that.material_in,type:'in',tag:'process' }).then((res) => {
|
||||||
that.qctId = res.id;
|
that.qctId = res.id;
|
||||||
that.testdefectss(res);
|
that.testdefectss(res);
|
||||||
}).catch(()=>{
|
}).catch(()=>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue