Browse Source

可视化

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

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

@ -1250,8 +1250,9 @@ const vueGis = {
coverageTypes: this.coverageTypes, coverageTypes: this.coverageTypes,
categoryKeys: this.categoryKeys, categoryKeys: this.categoryKeys,
search: this.search, search: this.search,
pageNo: 1,
isPage: false pageSize: 2000,
isPage: true
}; };
const { data, code, msg } = await requestPost(url, params); const { data, code, msg } = await requestPost(url, params);

Loading…
Cancel
Save