|  | @@ -63,17 +63,14 @@ const addr = {
 | 
											
												
													
														|  |        console.log('searchArea', params)
 |  |        console.log('searchArea', params)
 | 
											
												
													
														|  |        searchApi({ parentId: params.parentId }).then(res => {
 |  |        searchApi({ parentId: params.parentId }).then(res => {
 | 
											
												
													
														|  |          if (params.mapLevel == "city") {
 |  |          if (params.mapLevel == "city") {
 | 
											
												
													
														|  | -          console.log('111');
 |  | 
 | 
											
												
													
														|  |            commit("changeDistrictList", res.data);
 |  |            commit("changeDistrictList", res.data);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |            commit("changeSelectDistrict", {});
 |  |            commit("changeSelectDistrict", {});
 | 
											
												
													
														|  |            commit("changeSelectStreet", {});
 |  |            commit("changeSelectStreet", {});
 | 
											
												
													
														|  |          } else if (params.mapLevel == "district") {
 |  |          } else if (params.mapLevel == "district") {
 | 
											
												
													
														|  | -          console.log('222');
 |  | 
 | 
											
												
													
														|  |            commit("changeStreetList", res.data);
 |  |            commit("changeStreetList", res.data);
 | 
											
												
													
														|  |            commit("changeSelectStreet", {});
 |  |            commit("changeSelectStreet", {});
 | 
											
												
													
														|  |          } else {
 |  |          } else {
 | 
											
												
													
														|  | -          console.log('333');
 |  | 
 | 
											
												
													
														|  |            commit("changeCityList", res.data);
 |  |            commit("changeCityList", res.data);
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          commit("changeParentId", params)
 |  |          commit("changeParentId", params)
 |