wlzboy
2025-11-27 668e570bd1db6bd00e4293b6977e6d3d051053ce
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