From 5172fe960ccb7cbe2f12daaea013634cedb8f539 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 9 Jun 2026 09:28:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BE=93=E5=85=A5=E7=89=A9=E6=96=99?= =?UTF-8?q?=E7=9A=84wpr=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index 3fdff9fd..0a80f1c1 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -620,6 +620,13 @@ export default { that.testitems.push(obj) } }) + res.qct_defects.forEach((item) => { + that.addTemplate[item.defect_name] = false; + let obj = Object.assign({}, item); + obj.canEdit = that.processType=='20'?false:true; + that.qct_defects.push(obj); + }) + that.qct_defects_origin = that.qct_defects; that.getList(); }); },