mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化预约相关功能
This commit is contained in:
parent
e9fa382b83
commit
980b2549f5
@ -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"
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user