From bf25068b56ccabcba6b625593d2ee9f7dbada9a6 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 28 Nov 2025 17:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BA=E5=AE=9A=E7=89=A9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index b115d07..05360f7 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1493,7 +1493,7 @@ const table2Current = (e) => { index = tableData3.value.findIndex(v => v.id === e.id) } if (itemsId.value === 5) { - index = tableData2.value.findIndex(v => v.id === e.id) + index = tableData2.value.findIndex(v => v.longitude === e.longitude && v.latitude === e.latitude) } console.log(index) dotIndex.value = -1