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