优化预约相关功能

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> <template>
<el-dialog <el-dialog
:title="$t('common.confirmOperation')" :title="$t('common.delete')"
:visible.sync="visible" :visible.sync="visible"
width="30%" width="30%"
@close="closeDialog" @close="closeDialog"

View File

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

View File

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