diff --git a/src/views/components/CommonReminder.vue b/src/views/components/CommonReminder.vue
index f4d57b3..d6cee66 100644
--- a/src/views/components/CommonReminder.vue
+++ b/src/views/components/CommonReminder.vue
@@ -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 } });
},
}
diff --git a/src/views/index.vue b/src/views/index.vue
index dccfa2f..db51d3c 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -226,7 +226,7 @@
top="5vh"
append-to-body
>
-
+