|
@@ -232,7 +232,12 @@
|
|
|
}
|
|
|
},
|
|
|
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);
|
|
|
this.page1numerical = res.data;
|
|
|
}).catch(err=>{
|