From 6e478efaabc42b58282d5f630d38105f06537b44 Mon Sep 17 00:00:00 2001 From: lonewolfyx <877085893@qq.com> Date: Mon, 13 Jan 2025 15:50:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9D=A5=E8=AE=BF?= =?UTF-8?q?=E7=99=BB=E8=AE=B0=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RegisterVisit/components/AddEditRegisterVisit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/PoliceWork/RegisterVisit/components/AddEditRegisterVisit.vue b/src/views/PoliceWork/RegisterVisit/components/AddEditRegisterVisit.vue index b33aa01..716ae73 100644 --- a/src/views/PoliceWork/RegisterVisit/components/AddEditRegisterVisit.vue +++ b/src/views/PoliceWork/RegisterVisit/components/AddEditRegisterVisit.vue @@ -336,8 +336,8 @@ const isShow = ref(false) const isEdit = ref(false) const isView = ref(false) const isCreate = ref(false) -const showRegistrationList = ref(false) -const showRegistration = ref(true) +const showRegistrationList = ref(true) +const showRegistration = ref(false) // 控制查看历史数据按钮状态 const viewHistoryDisable = ref(true)