fix:日志输出检验表问题

This commit is contained in:
shijing 2026-01-15 08:49:08 +08:00
parent af6403d9f0
commit 0977713d66
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ export default {
that.getList();
})
}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.testdefectss(res);
}).catch(()=>{