| 
					
				 | 
			
			
				@@ -247,8 +247,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getCityList (val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.addrCityList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.addrDistrictList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.cityCode = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.districtCode = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.cityId = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.areaId = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.getCityListRequest(val) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getCityListRequest (val) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -265,7 +265,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 获取区县列表 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getAreaList (val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.addrDistrictList = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.queryParam.districtCode = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.queryParam.areaId = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.getAreaListRequest(val) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getAreaListRequest (val) { 
			 |