From 5fb68b7df855bcc350868f83df2e3f4491e29385 Mon Sep 17 00:00:00 2001 From: pengwei Date: Tue, 21 Oct 2025 19:25:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=81=B5=E6=95=8F=E6=84=9F=E7=9F=A5?= =?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/work/BatchDistribute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/work/BatchDistribute.vue b/src/views/work/BatchDistribute.vue index 3889c13..42df10e 100644 --- a/src/views/work/BatchDistribute.vue +++ b/src/views/work/BatchDistribute.vue @@ -777,7 +777,7 @@ const formData = ref({}); const formRef = ref(); const catchSotre = useCatchStore(); const departs = catchSotre.getDeparts(); -console.log('departs',departs) + function handleCellClick(row,index){ importTableData.value.forEach((value,i)=>{ if(i != index ){