diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue index 0529b496..6eaef99d 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -747,7 +747,6 @@ const vueGis = { //点击项目 async clickMapVolunteer (info) { - // info.placeType = 'resi' if (!info.id) { return false } @@ -1250,9 +1249,9 @@ const vueGis = { coverageTypes: this.coverageTypes, categoryKeys: this.categoryKeys, search: this.search, - pageNo: 1, - pageSize: 2000, - isPage: true + // pageNo: 1, + // pageSize: 2000, + isPage: false }; const { data, code, msg } = await requestPost(url, params);