Browse Source

Merge branch 'dev-tuceng0616' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into dev-tuceng0616

shibei_master
dai 3 years ago
parent
commit
6dbb3d124c
  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