|
@@ -820,7 +820,7 @@ export default {
|
820
|
820
|
getAreaList() {
|
821
|
821
|
return new Promise((resolve, reject) => {
|
822
|
822
|
this.$http
|
823
|
|
- .post("service/user/data/fetchDataList/area", { idx: 0, sum: 1000 })
|
|
823
|
+ .post("service/user/data/fetchDataList/area", { idx: 0, sum: 9999 })
|
824
|
824
|
.then(res => {
|
825
|
825
|
if (res.data.status == 200) {
|
826
|
826
|
let arr = res.data.list.map(item => {
|
|
@@ -844,7 +844,7 @@ export default {
|
844
|
844
|
this.$http
|
845
|
845
|
.post("service/user/data/fetchDataList/place", {
|
846
|
846
|
idx: 0,
|
847
|
|
- sum: 1000,
|
|
847
|
+ sum: 9999,
|
848
|
848
|
place: { area: { id } }
|
849
|
849
|
})
|
850
|
850
|
.then(res => {
|