diff --git a/src/views/index.vue b/src/views/index.vue index 0c88eb6..b115d07 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1487,6 +1487,7 @@ const dots2 = computed(() => { }) const dotIndex2 = ref(-1) const table2Current = (e) => { + console.log(e) let index = -1 if (itemsId.value === 4) { index = tableData3.value.findIndex(v => v.id === e.id)