Browse Source

入住预约中跳转入住办理隐藏弹框

wyx
wangyx 3 months ago
parent
commit
a7117a66f9
  1. 3
      src/views/components/CommonReminder.vue
  2. 2
      src/views/index.vue

3
src/views/components/CommonReminder.vue

@ -171,7 +171,8 @@ export default {
this.getList() this.getList()
}, },
// //
handleAction( row) { handleAction(row) {
this.$emit("close");
this.$router.push({ path: '/residence/check_in', query: { idCard: row.idCard } }); this.$router.push({ path: '/residence/check_in', query: { idCard: row.idCard } });
}, },
} }

2
src/views/index.vue

@ -226,7 +226,7 @@
top="5vh" top="5vh"
append-to-body append-to-body
> >
<CommonReminder /> <CommonReminder @close="reservationVisible = !reservationVisible"/>
</el-dialog> </el-dialog>
<!-- 释放房源提醒弹框 --> <!-- 释放房源提醒弹框 -->
<el-dialog <el-dialog

Loading…
Cancel
Save