Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
45fa03e0d5
  1. 21
      src/views/modules/visual/communityParty/party.vue

21
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,

Loading…
Cancel
Save