mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化预约相关功能
This commit is contained in:
parent
e9fa382b83
commit
980b2549f5
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-dialog
|
||||
:title="$t('common.confirmOperation')"
|
||||
:title="$t('common.delete')"
|
||||
:visible.sync="visible"
|
||||
width="30%"
|
||||
@close="closeDialog"
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user