diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index 42e53c2e..0138e6cf 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -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(()=>{