feat:更新tabbar显示
This commit is contained in:
@@ -214,11 +214,13 @@ const confirmClick = () => {
|
||||
formRef.value.validate().then(async () => {
|
||||
await billStore.handleBillApi(billStore.currentBillRecord)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
|
||||
const cancelClick = () => {
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
}
|
||||
|
||||
const deleteClick = () => {
|
||||
@@ -226,6 +228,7 @@ const deleteClick = () => {
|
||||
billStore.billApiType = 'DELETE'
|
||||
await billStore.handleBillApi(billStore.currentBillRecord)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user