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 ){