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;