| 
						
						
							
								
							
						
						
					 | 
					@ -50,7 +50,11 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              @keyup.enter="handleSearch" | 
					 | 
					 | 
					              @keyup.enter="handleSearch" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              v-model="searchName" | 
					 | 
					 | 
					              v-model="searchName" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            /> | 
					 | 
					 | 
					            /> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            <img class="i-close" @click="clearSearch" src="@/assets/img/shuju/command/close.png" /> | 
					 | 
					 | 
					            <img | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              class="i-close" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              @click="clearSearch" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              src="@/assets/img/shuju/command/close.png" | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            /> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <div class="btn" @click="handleSearch">搜索</div> | 
					 | 
					 | 
					            <div class="btn" @click="handleSearch">搜索</div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          </div> | 
					 | 
					 | 
					          </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          <div class="result" v-if="showedSearchResult"> | 
					 | 
					 | 
					          <div class="result" v-if="showedSearchResult"> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -541,6 +545,7 @@ export default { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          subitem.categories.forEach((subitem2) => { | 
					 | 
					 | 
					          subitem.categories.forEach((subitem2) => { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if (subitem2.selected) { | 
					 | 
					 | 
					            if (subitem2.selected) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              categoryKeys.push(subitem2.categoryKey); | 
					 | 
					 | 
					              categoryKeys.push(subitem2.categoryKey); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					              coverageTypes.push(subitem2.coverageType); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          }); | 
					 | 
					 | 
					          }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        }); | 
					 | 
					 | 
					        }); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -771,8 +776,8 @@ export default { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      } | 
					 | 
					 | 
					      } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    }, | 
					 | 
					 | 
					    }, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    clearSearch(){ | 
					 | 
					 | 
					    clearSearch() { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					      this.searchName = ''; | 
					 | 
					 | 
					      this.searchName = ""; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					      this.$refs.map.removeDotMarker(); | 
					 | 
					 | 
					      this.$refs.map.removeDotMarker(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    }, | 
					 | 
					 | 
					    }, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |