diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 816af10f..985ebba0 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -322,7 +322,10 @@ export default { const url = "/heart/icpartyactivity/statistics" // const url = "http://yapi.elinkservice.cn/mock/245/heart/icpartyactivity/list" let params = { - agencyId + agencyId, + serviceMatter: this.serviceMatter == 'all' ? '' : this.serviceMatter, + startTime: this.timeRange && this.timeRange[0] || '', + endTime: this.timeRange && this.timeRange[1] || '' } const { data, code, msg } = await requestPost(url, params) @@ -338,7 +341,10 @@ export default { const url = "/heart/icpartyunit/typestatistics" // const url = "http://yapi.elinkservice.cn/mock/245/heart/icpartyactivity/list" let params = { - agencyId + agencyId, + // serviceMatter: this.serviceMatter == 'all' ? '' : this.serviceMatter, + // startTime: this.timeRange && this.timeRange[0] || '', + // endTime: this.timeRange && this.timeRange[1] || '' } const { data, code, msg } = await requestPost(url, params)