@ -171,7 +171,8 @@ export default {
this.getList()
},
// 跳转办理入住
handleAction( row) {
handleAction(row) {
this.$emit("close");
this.$router.push({ path: '/residence/check_in', query: { idCard: row.idCard } });
}
@ -226,7 +226,7 @@
top="5vh"
append-to-body
>
<CommonReminder />
<CommonReminder @close="reservationVisible = !reservationVisible"/>
</el-dialog>
<!-- 释放房源提醒弹框 -->
<el-dialog