From 45fa03e0d556612d324ca0497aae53c117663d0d Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Mon, 23 May 2022 15:59:01 +0800 Subject: [PATCH] dd --- .../modules/visual/communityParty/party.vue | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/views/modules/visual/communityParty/party.vue b/src/views/modules/visual/communityParty/party.vue index 9b410734..4f4efc5c 100644 --- a/src/views/modules/visual/communityParty/party.vue +++ b/src/views/modules/visual/communityParty/party.vue @@ -276,12 +276,17 @@ export default { await nextTick(100); await this.getAgencyList() await this.getPartyOggList() - this.getAgeCount(this.$store.state.user.agencyId, 'agency') - this.getEduCount(this.$store.state.user.agencyId, 'agency') + // this.getAgeCount(this.$store.state.user.agencyId, 'agency') + // this.getEduCount(this.$store.state.user.agencyId, 'agency') + // this.getAgeList(this.$store.state.user.agencyId, 'agency') + // this.getEduList(this.$store.state.user.agencyId, 'agency') + this.getAgeCount() + this.getEduCount() + this.getAgeList() + this.getEduList() // this.initAgeCharts() // this.initEduCharts() - this.getAgeList(this.$store.state.user.agencyId, 'agency') - this.getEduList(this.$store.state.user.agencyId, 'agency') + // this.initChartType() }, methods: { @@ -612,7 +617,7 @@ export default { // const url = "/epmetuser/icresiuser/partymemberagestatistics"; const url = '/resi/partymember/icPartyMember/partymemberagestatistics' let params = { - orgId, + orgId: orgId || '', orgType }; const { data, code, msg } = await requestPost(url, params); @@ -662,7 +667,7 @@ export default { // const url = "/epmetuser/icresiuser/partymembereducationstatistics"; const url = '/resi/partymember/icPartyMember/partymembereducationstatistics' let params = { - orgId, + orgId: orgId || '', orgType }; const { data, code, msg } = await requestPost(url, params); @@ -688,7 +693,7 @@ export default { // const url = "/epmetuser/icresiuser/partymemberagelist"; const url = '/resi/partymember/icPartyMember/partymemberagelist' let params = { - orgId, + orgId: orgId || '', orgType, code: _code || '', pageNo: this.agePageNo, @@ -714,7 +719,7 @@ export default { // const url = "/epmetuser/icresiuser/partymembereducationlist"; const url = '/resi/partymember/icPartyMember/partymembereducationlist' let params = { - orgId, + orgId: orgId || '', orgType, code: _code || '', pageNo: this.pageNo,