From 9d20b0c859eb88421727588a5c5955b56530b5f3 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 24 Feb 2022 14:48:14 +0800 Subject: [PATCH] dd --- src/views/modules/visual/communityParty/community.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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)