From 54d2455e25231cbcbba09e7c3d3631563548dda4 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Fri, 27 May 2022 16:20:13 +0800 Subject: [PATCH] bug --- src/views/modules/visual/communityParty/gridParty.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/visual/communityParty/gridParty.vue b/src/views/modules/visual/communityParty/gridParty.vue index a328b2c6..bd73c11c 100644 --- a/src/views/modules/visual/communityParty/gridParty.vue +++ b/src/views/modules/visual/communityParty/gridParty.vue @@ -365,6 +365,8 @@ export default { const _arr = this.selectAgency[this.selectAgency.length - 1].split('-') const orgType = _arr[1] !== 'grid' ? 'agency': 'grid' this.pageNo = 1 + this.pageSize = 10; + this.eduList = [] this.getEduList(isClick && _code || '') this.getMapData(isClick && _code || '') }