| | |
| | | this.searchResults = response.data || [] |
| | | this.showResults = true |
| | | }).catch(error => { |
| | | console.error('搜索医院失败:', error) |
| | | // console.error('搜索医院失败:', error) |
| | | this.searchResults = [] |
| | | // this.showResults = false |
| | | }) |
| | | }, |
| | | |
| | |
| | | this.searchResults = this.defaultHospitals |
| | | this.showResults = true |
| | | this.hasLoadedDefault = true |
| | | console.log('加载默认医院列表,数量:', this.defaultHospitals.length) |
| | | // console.log('加载默认医院列表,数量:', this.defaultHospitals.length) |
| | | }).catch(error => { |
| | | console.error('加载默认医院列表失败:', error) |
| | | // console.error('加载默认医院列表失败:', error) |
| | | this.defaultHospitals = [] |
| | | }) |
| | | }, |
| | |
| | | this.showAddressSuggestions = false |
| | | } |
| | | }).catch(error => { |
| | | console.error('搜索地址失败:', error) |
| | | // console.error('搜索地址失败:', error) |
| | | this.addressSuggestions = [] |
| | | this.showAddressSuggestions = false |
| | | }) |