feat:更新tabbar显示
This commit is contained in:
@@ -106,11 +106,13 @@ const confirmClick = () => {
|
||||
formRef.value.validate().then(async () => {
|
||||
await ledgerStore.handleLedgerApi(ledgerStore.currentLedgerRecord)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
|
||||
const cancelClick = () => {
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
}
|
||||
|
||||
const deleteClick = () => {
|
||||
@@ -118,6 +120,7 @@ const deleteClick = () => {
|
||||
ledgerStore.ledgerApiType = 'DELETE'
|
||||
await ledgerStore.handleLedgerApi(ledgerStore.currentLedgerRecord)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user