|
@@ -169,20 +169,20 @@
|
|
|
}
|
|
|
},
|
|
|
'$store.state.addr.selectCity'(val) {
|
|
|
- console.log('this.$store.state.addr',this.$store.state.addr);
|
|
|
- console.log('vuexSelectCity',val);
|
|
|
+ // console.log('this.$store.state.addr',this.$store.state.addr);
|
|
|
+ // console.log('vuexSelectCity',val);
|
|
|
this.getPageData();
|
|
|
|
|
|
},
|
|
|
'$store.state.addr.selectDistrict'(val) {
|
|
|
- console.log('this.$store.state.addr',this.$store.state.addr);
|
|
|
- console.log('vuexSelectDistrict',val);
|
|
|
+ // console.log('this.$store.state.addr',this.$store.state.addr);
|
|
|
+ // console.log('vuexSelectDistrict',val);
|
|
|
this.getPageData();
|
|
|
|
|
|
},
|
|
|
'$store.state.addr.selectStreet'(val) {
|
|
|
- console.log('this.$store.state.addr',this.$store.state.addr);
|
|
|
- console.log('vuexSelectStreet',val);
|
|
|
+ // console.log('this.$store.state.addr',this.$store.state.addr);
|
|
|
+ // console.log('vuexSelectStreet',val);
|
|
|
this.getPageData();
|
|
|
|
|
|
},
|
|
@@ -241,7 +241,7 @@
|
|
|
countyId:this.$store.state.addr.selectDistrict.areaId,
|
|
|
townId:this.$store.state.addr.vuexSelectStreet.areaId,
|
|
|
}
|
|
|
- console.log('cityId',param.cityId);
|
|
|
+ // console.log('cityId',param.cityId);
|
|
|
page1echarts01(param).then(res=>{
|
|
|
this.page1Char1.xAxis.data = res.data.map(item => {
|
|
|
return item.name
|
|
@@ -261,7 +261,7 @@
|
|
|
countyId:this.$store.state.addr.selectDistrict.areaId,
|
|
|
townId:this.$store.state.addr.selectStreet.areaId,
|
|
|
}
|
|
|
- console.log('cityId',param.cityId);
|
|
|
+ // console.log('cityId',param.cityId);
|
|
|
page1echarts02(param).then(res=>{
|
|
|
this.page1Char2.xAxis.data = res.data.map(item => {
|
|
|
return item.name
|