feat:更新tabbar显示
This commit is contained in:
@@ -93,11 +93,13 @@ const confirmClick = () => {
|
||||
formRef.value.validate().then(async () => {
|
||||
await anniversaryStore.handleAnniversaryApi(anniversaryStore.currentAnniversary)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
|
||||
const cancelClick = () => {
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
}
|
||||
|
||||
const deleteClick = () => {
|
||||
@@ -105,6 +107,7 @@ const deleteClick = () => {
|
||||
anniversaryStore.anniversaryApiType = 'DELETE'
|
||||
await anniversaryStore.handleAnniversaryApi(anniversaryStore.currentAnniversary)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user