From ab6e512aa251dd6483ae917b0e6902b86f9e3aef Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 24 Jun 2022 17:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=94=E5=A4=A7=E5=9B=BE=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/visual/communityGovern/fivelayers/mapIndex.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue index 21db55adf..0529b496f 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -1250,8 +1250,9 @@ const vueGis = { coverageTypes: this.coverageTypes, categoryKeys: this.categoryKeys, search: this.search, - - isPage: false + pageNo: 1, + pageSize: 2000, + isPage: true }; const { data, code, msg } = await requestPost(url, params);