From 6aa2d9dafbe84f3839f1b278d3d3e6faf052b8a2 Mon Sep 17 00:00:00 2001 From: scrin <2277317060@qq.com> Date: Sat, 15 Nov 2025 16:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/index.vue b/src/views/index.vue index aaec9fa..48b8039 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1035,6 +1035,9 @@ const delPoint = (e) => { let arr = JSON.parse(JSON.stringify(tableData1.value)) arr.splice((currentPage1.value - 1) * pageSize1.value + e.$index, 1); tableData1.value = arr ||[] + if(e.index ===dotIndex.value ){ + dotIndex.value = -1 + } } // 当前页 const currentPage1 = ref(1)