|
@@ -324,9 +324,9 @@
|
|
|
getPage2echarts01(){
|
|
|
let param = {
|
|
|
smallNumber:this.xiaobaninput,
|
|
|
- cityId:this.$store.state.addr.vuexSelectCity,
|
|
|
- countyId:this.vuexSelectDistrict,
|
|
|
- townId:this.vuexSelectStreet,
|
|
|
+ cityId:this.$store.state.addr.selectCity.areaId,
|
|
|
+ countyId:this.$store.state.addr.selectDistrict.areaId,
|
|
|
+ townId:this.$store.state.addr.selectStreet.areaId,
|
|
|
}
|
|
|
page2echarts01(param).then(res=>{
|
|
|
// console.log('res',res);
|
|
@@ -341,9 +341,9 @@
|
|
|
getPage2echarts02(){
|
|
|
let param = {
|
|
|
smallNumber:this.xiaobaninput,
|
|
|
- cityId:this.$store.state.addr.vuexSelectCity,
|
|
|
- countyId:this.vuexSelectDistrict,
|
|
|
- townId:this.vuexSelectStreet,
|
|
|
+ cityId:this.$store.state.addr.selectCity.areaId,
|
|
|
+ countyId:this.$store.state.addr.selectDistrict.areaId,
|
|
|
+ townId:this.$store.state.addr.selectStreet.areaId,
|
|
|
}
|
|
|
page2echarts02(param).then(res=>{
|
|
|
// console.log('res',res);
|