From 282f3f6120efd30ea806ef3e1468785220bc3d56 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 30 Mar 2026 22:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionTesting/productionQuality.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/productionTesting/productionQuality.vue b/src/views/productionTesting/productionQuality.vue index a632753..56b3682 100644 --- a/src/views/productionTesting/productionQuality.vue +++ b/src/views/productionTesting/productionQuality.vue @@ -1424,13 +1424,13 @@ export default { } if(item.item.name == '尺寸检测'){ if(item.wpItemDetailList && item.wpItemDetailList.length > 0){ - let tmp = item.wpItemDetailList.find(item => item.isDel) - console.log('tmp------------------',tmp) - if(!tmp){ + // let tmp = item.wpItemDetailList.find(item => item.isDel) + // console.log('tmp------------------',tmp) + // if(!tmp){ item.wpItemDetailList.map(item =>{ - item.isDel = 1 + item.isDel = item.isDel ? item.isDel : 1 }) - } + // } }else{ item.wpItemDetailList = [] }