From a112ba552a2e2a99d2f0bfc7898ffeab0887d06c Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 21 Jul 2025 14:41:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BE=93=E5=85=A5=E7=89=A9=E6=96=99?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E9=A1=B9=E5=92=8C=E8=BE=93=E5=87=BA=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E9=A1=B9=E7=9A=84=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index b885b8af..4b81d2ef 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -686,7 +686,7 @@ export default { that.qct_defects_origin = that.qct_defects; that.qct_testitems = []; res.qct_testitems.forEach((item2) => { - if(item2.type=='10'){ + if(item2.testitem_type!=='20'){ let obj2 = Object.assign({}, item2); obj2.value = ''; obj2.canEdit = that.processType=='20'?false:true;