@ -154,7 +154,6 @@ const handleTabsEdit = (targetName: TabPaneName | undefined, action: 'remove' |
}
form.value.times.splice(activeTab.value, 1)
swiperKey.value++
// 异步任务调用
setTimeout(() => {
@ -170,7 +170,7 @@ const handleTabsEdit = (targetName: TabPaneName | undefined, action: 'remove' |
swiperInstance?.slideTo(activeTab.value)