From 062003fbfaadb04901c7b4b100820826453bcad0 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 18 Jul 2025 15:21:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E5=88=B7=E6=96=B0key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/martixCraft/Edit/index.vue | 1 - src/components/spray/sprayParams/index.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/martixCraft/Edit/index.vue b/src/components/martixCraft/Edit/index.vue index ccdf29a..6e01bb6 100644 --- a/src/components/martixCraft/Edit/index.vue +++ b/src/components/martixCraft/Edit/index.vue @@ -154,7 +154,6 @@ const handleTabsEdit = (targetName: TabPaneName | undefined, action: 'remove' | } form.value.times.splice(activeTab.value, 1) } - swiperKey.value++ // 异步任务调用 setTimeout(() => { diff --git a/src/components/spray/sprayParams/index.vue b/src/components/spray/sprayParams/index.vue index cc1e28a..c2752d4 100644 --- a/src/components/spray/sprayParams/index.vue +++ b/src/components/spray/sprayParams/index.vue @@ -170,7 +170,7 @@ const handleTabsEdit = (targetName: TabPaneName | undefined, action: 'remove' | } form.value.times.splice(activeTab.value, 1) } - swiperKey.value++ + // 异步任务调用 setTimeout(() => { swiperInstance?.slideTo(activeTab.value)