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