From 668e570bd1db6bd00e4293b6977e6d3d051053ce Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 27 十一月 2025 00:07:46 +0800
Subject: [PATCH] feat: 修改app录入界面及车辆用户同步
---
app/components/HospitalSelector.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app/components/HospitalSelector.vue b/app/components/HospitalSelector.vue
index 77ff0f3..5f3c420 100644
--- a/app/components/HospitalSelector.vue
+++ b/app/components/HospitalSelector.vue
@@ -312,6 +312,8 @@
this.$emit('change', hospitalData)
},
+
+
// 鍚堝苟鍖婚櫌鍦板潃锛堢渷 + 甯� + 鍖� + 璇︾粏鍦板潃锛�
buildFullAddress(hospital) {
const parts = []
@@ -385,10 +387,6 @@
this.$emit('input', {
...this.value,
address: fullAddress
- })
- this.$emit('address-selected', {
- address: fullAddress,
- location: item.location
})
this.showAddressSuggestions = false
--
Gitblit v1.9.1