From a7117a66f9720e06e3624e334d99b2dc76b0eaff Mon Sep 17 00:00:00 2001 From: wangyx <2838268875@qq.com> Date: Wed, 21 May 2025 16:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BD=8F=E9=A2=84=E7=BA=A6=E4=B8=AD?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=85=A5=E4=BD=8F=E5=8A=9E=E7=90=86=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/CommonReminder.vue | 3 ++- src/views/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 > - +