From 5743cb78b524be8fc4eede5c3a79d69c0632f912 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 30 Mar 2026 22:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionTesting/productionQuality.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/productionTesting/productionQuality.vue b/src/views/productionTesting/productionQuality.vue index a506b31..a632753 100644 --- a/src/views/productionTesting/productionQuality.vue +++ b/src/views/productionTesting/productionQuality.vue @@ -1408,7 +1408,6 @@ export default { this.getSameList(row.id) if(this.dialogData.ppsName != '烧结包装防护'){ this.vxeTableData.forEach(item =>{ - console.log('item--------------',item) if(item.item.name == '硬度检测' && (item.checkUserId == -1 || item.checkUserRealName == '')){ // this.ydInterval = setInterval(() =>{ refreshHardness().then(res =>{ @@ -1421,12 +1420,12 @@ export default { // },window.YINGDU_Trigger) } if(item.item.name == '厚度检测'){ - console.log('item------------------',item) this.thicknessData = item.wpItemDetailList ? item.wpItemDetailList : [] } 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){ item.wpItemDetailList.map(item =>{ item.isDel = 1 @@ -1448,6 +1447,7 @@ export default { console.log('vxeTableData1------------------',this.vxeTableData1) }) } + console.log('vxeTableData-------------',this.vxeTableData) this.showDialog = true