Browse Source

五大图层可视化

shibei_master
jiangyy 3 years ago
parent
commit
a4f5a6931c
  1. 7
      src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

7
src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

@ -747,7 +747,6 @@ const vueGis = {
// //
async clickMapVolunteer (info) { async clickMapVolunteer (info) {
// info.placeType = 'resi'
if (!info.id) { if (!info.id) {
return false return false
} }
@ -1250,9 +1249,9 @@ const vueGis = {
coverageTypes: this.coverageTypes, coverageTypes: this.coverageTypes,
categoryKeys: this.categoryKeys, categoryKeys: this.categoryKeys,
search: this.search, search: this.search,
pageNo: 1, // pageNo: 1,
pageSize: 2000, // pageSize: 2000,
isPage: true isPage: false
}; };
const { data, code, msg } = await requestPost(url, params); const { data, code, msg } = await requestPost(url, params);

Loading…
Cancel
Save