From dfb611f770fdf9dde1c1d054a8a43dfe52cfafa5 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 24 Feb 2022 15:33:10 +0800 Subject: [PATCH] dd --- src/views/modules/visual/communityParty/community.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 985ebba0..b550259b 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -233,6 +233,7 @@ export default { timeRange (val) { console.log('val-www', val) this.getList(this.agencyId); + this.getCateCount(this.agencyId) } }, methods: { @@ -581,6 +582,7 @@ export default { handleSelectChange (val) { this.getList(this.agencyId); + this.getCateCount(this.agencyId) }, pageSizeChangeHandleNew (val) { this.pageNo = 1;