From 9f7b6fffb555b54f29cfff7396e9a359430b2c4c Mon Sep 17 00:00:00 2001 From: qiuhongwu Date: Wed, 21 Feb 2024 12:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/heli/projectorder/detail.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/detail.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/detail.vue index 49d4a055..2f20fbc1 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/detail.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/detail.vue @@ -946,20 +946,7 @@ onMounted(() => { // 材质传递的值 const handleSelected = (currentIndex: number,newValue: any) => { - console.log('当前行索引:', currentIndex); - // console.log('新材料值:', newValue); formData.value.projectOrderSubs[currentIndex].compositionId = newValue?.id - console.log(formData.value.projectOrderSubs[currentIndex].compositionId); - - - // 遍历表格所有行找到对应行数据 - // formData.value.projectOrderSubs.forEach((row, index) => { - // console.log(row); - - // row.compositionId = newValue?.id; // 更新当前行的compositionId - - // }); - }