|  | @@ -232,7 +232,12 @@
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        getPage1numerical(){
 |  |        getPage1numerical(){
 | 
											
												
													
														|  | -        page1numerical().then(res=>{
 |  | 
 | 
											
												
													
														|  | 
 |  | +        let param = {
 | 
											
												
													
														|  | 
 |  | +          cityId:this.$store.state.addr.selectCity.areaId,
 | 
											
												
													
														|  | 
 |  | +          countyId:this.$store.state.addr.selectDistrict.areaId,
 | 
											
												
													
														|  | 
 |  | +          townId:this.$store.state.addr.vuexSelectStreet.areaId,
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +        page1numerical(param).then(res=>{
 | 
											
												
													
														|  |            // console.log('res',res);
 |  |            // console.log('res',res);
 | 
											
												
													
														|  |            this.page1numerical = res.data;
 |  |            this.page1numerical = res.data;
 | 
											
												
													
														|  |          }).catch(err=>{
 |  |          }).catch(err=>{
 |