Browse Source

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

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

1
src/views/components/CommonReminder.vue

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

2
src/views/index.vue

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

Loading…
Cancel
Save