diff --git a/src/views/index.vue b/src/views/index.vue index ad8b892..a649b15 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) dotIndex.value = -1 dotIndex1.value = -1 if (dotIndex2.value === e.$index) {