Browse Source

fix: 去除刷新key

master
guoapeng 2 weeks ago
parent
commit
062003fbfa
  1. 1
      src/components/martixCraft/Edit/index.vue
  2. 2
      src/components/spray/sprayParams/index.vue

1
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(() => {

2
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)

Loading…
Cancel
Save