|
@@ -1,5 +1,5 @@
|
|
<!--
|
|
<!--
|
|
- * @LastEditors: wangcc
|
|
|
|
|
|
+ * @LastEditors: gcz
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<div class>
|
|
<div class>
|
|
@@ -321,7 +321,7 @@ export default {
|
|
let param = {
|
|
let param = {
|
|
cityId: this.$store.state.addr.selectCity.areaId,
|
|
cityId: this.$store.state.addr.selectCity.areaId,
|
|
countyId: this.$store.state.addr.selectDistrict.areaId,
|
|
countyId: this.$store.state.addr.selectDistrict.areaId,
|
|
- townId: this.$store.state.addr.vuexSelectStreet.areaId
|
|
|
|
|
|
+ townId: this.$store.state.addr.selectStreet.areaId
|
|
};
|
|
};
|
|
page1numerical(param)
|
|
page1numerical(param)
|
|
.then((res) => {
|
|
.then((res) => {
|
|
@@ -336,7 +336,7 @@ export default {
|
|
let param = {
|
|
let param = {
|
|
cityId: this.$store.state.addr.selectCity.areaId,
|
|
cityId: this.$store.state.addr.selectCity.areaId,
|
|
countyId: this.$store.state.addr.selectDistrict.areaId,
|
|
countyId: this.$store.state.addr.selectDistrict.areaId,
|
|
- townId: this.$store.state.addr.vuexSelectStreet.areaId
|
|
|
|
|
|
+ townId: this.$store.state.addr.selectStreet.areaId
|
|
};
|
|
};
|
|
// console.log('cityId',param.cityId);
|
|
// console.log('cityId',param.cityId);
|
|
page1echarts01(param)
|
|
page1echarts01(param)
|
|
@@ -437,7 +437,7 @@ export default {
|
|
let param = {
|
|
let param = {
|
|
cityId: this.$store.state.addr.selectCity.areaId,
|
|
cityId: this.$store.state.addr.selectCity.areaId,
|
|
countyId: this.$store.state.addr.selectDistrict.areaId,
|
|
countyId: this.$store.state.addr.selectDistrict.areaId,
|
|
- townId: this.$store.state.addr.vuexSelectStreet.areaId,
|
|
|
|
|
|
+ townId: this.$store.state.addr.selectStreet.areaId,
|
|
smallNumber: this.xiaobaninput
|
|
smallNumber: this.xiaobaninput
|
|
};
|
|
};
|
|
page2numerical(param)
|
|
page2numerical(param)
|