|  | @@ -100,6 +100,11 @@ export default {
 | 
											
												
													
														|  |                this.$store.state.addr.parentName,
 |  |                this.$store.state.addr.parentName,
 | 
											
												
													
														|  |                this.$store.state.addr.mapLevel
 |  |                this.$store.state.addr.mapLevel
 | 
											
												
													
														|  |              );
 |  |              );
 | 
											
												
													
														|  | 
 |  | +            // this.$store.dispatch('searchArea', {
 | 
											
												
													
														|  | 
 |  | +            //   parentId: val,
 | 
											
												
													
														|  | 
 |  | +            //   name: this.$store.state.addr.parentName,
 | 
											
												
													
														|  | 
 |  | +            //   mapLevel: this.$store.state.addr.mapLevel
 | 
											
												
													
														|  | 
 |  | +            // });
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
										
											
												
													
														|  | @@ -375,6 +380,11 @@ export default {
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      getDistrict(adName, mapLevel) {
 |  |      getDistrict(adName, mapLevel) {
 | 
											
												
													
														|  | 
 |  | +      // street\
 | 
											
												
													
														|  | 
 |  | +      console.log(adName);
 | 
											
												
													
														|  | 
 |  | +      if (mapLevel === 'street') {
 | 
											
												
													
														|  | 
 |  | +        mapLevel = 'district';
 | 
											
												
													
														|  | 
 |  | +      }
 | 
											
												
													
														|  |        switch (adName) {
 |  |        switch (adName) {
 | 
											
												
													
														|  |          case '黔西南州':
 |  |          case '黔西南州':
 | 
											
												
													
														|  |            adName = '黔西南布依族苗族自治州';
 |  |            adName = '黔西南布依族苗族自治州';
 | 
											
										
											
												
													
														|  | @@ -1304,11 +1314,11 @@ export default {
 | 
											
												
													
														|  |              areaId: areaId
 |  |              areaId: areaId
 | 
											
												
													
														|  |            });
 |  |            });
 | 
											
												
													
														|  |            this.changeSelectAddr('street');
 |  |            this.changeSelectAddr('street');
 | 
											
												
													
														|  | -          this.$store.dispatch('searchArea', {
 |  | 
 | 
											
												
													
														|  | -            parentId: valCode,
 |  | 
 | 
											
												
													
														|  | -            name: label,
 |  | 
 | 
											
												
													
														|  | -            mapLevel: 'street'
 |  | 
 | 
											
												
													
														|  | -          });
 |  | 
 | 
											
												
													
														|  | 
 |  | +          // this.$store.dispatch('searchArea', {
 | 
											
												
													
														|  | 
 |  | +          //   parentId: valCode,
 | 
											
												
													
														|  | 
 |  | +          //   name: label,
 | 
											
												
													
														|  | 
 |  | +          //   mapLevel: 'street'
 | 
											
												
													
														|  | 
 |  | +          // });
 | 
											
												
													
														|  |            console.log(this.streetData);
 |  |            console.log(this.streetData);
 | 
											
												
													
														|  |            var outer = [
 |  |            var outer = [
 | 
											
												
													
														|  |              new AMap.LngLat(-360, 90, true),
 |  |              new AMap.LngLat(-360, 90, true),
 |