From 0977713d662f91972cfb2cfbb8082ef29a771431 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 15 Jan 2026 08:49:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E8=A1=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check_table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(()=>{