优化预约相关功能

This commit is contained in:
wuxw 2025-11-14 11:49:41 +08:00
parent e9fa382b83
commit 980b2549f5
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-dialog
:title="$t('common.confirmOperation')"
:title="$t('common.delete')"
:visible.sync="visible"
width="30%"
@close="closeDialog"

View File

@ -187,6 +187,7 @@ export default {
}
await exportData(params)
this.$message.success(this.$t('common.operationSuccess'))
this.$router.push('/pages/property/downloadTempFile?tab=下载中心')
} catch (error) {
this.$message.error(this.$t('ownerDining.exportError'))
} finally {

View File

@ -226,7 +226,7 @@ export default {
this.$refs.addReserveDiningPerson.open(reserveDining)
},
_addCatalog() {
this.$router.push('/scm/reserveCatalogManage?tab=reserveCatalog')
this.$router.push('/views/scm/reserveCatalogManage?tab=reserveCatalog')
},
_doDining() {
if (!this.reserveDiningManageInfo.reserveDinings || this.reserveDiningManageInfo.reserveDinings.length < 1) {