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 nextTick(100);
await this.getAgencyList() await this.getAgencyList()
await this.getPartyOggList() await this.getPartyOggList()
this.getAgeCount(this.$store.state.user.agencyId, 'agency') // this.getAgeCount(this.$store.state.user.agencyId, 'agency')
this.getEduCount(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.initAgeCharts()
// this.initEduCharts() // this.initEduCharts()
this.getAgeList(this.$store.state.user.agencyId, 'agency')
this.getEduList(this.$store.state.user.agencyId, 'agency')
// this.initChartType() // this.initChartType()
}, },
methods: { methods: {
@ -612,7 +617,7 @@ export default {
// const url = "/epmetuser/icresiuser/partymemberagestatistics"; // const url = "/epmetuser/icresiuser/partymemberagestatistics";
const url = '/resi/partymember/icPartyMember/partymemberagestatistics' const url = '/resi/partymember/icPartyMember/partymemberagestatistics'
let params = { let params = {
orgId, orgId: orgId || '',
orgType orgType
}; };
const { data, code, msg } = await requestPost(url, params); const { data, code, msg } = await requestPost(url, params);
@ -662,7 +667,7 @@ export default {
// const url = "/epmetuser/icresiuser/partymembereducationstatistics"; // const url = "/epmetuser/icresiuser/partymembereducationstatistics";
const url = '/resi/partymember/icPartyMember/partymembereducationstatistics' const url = '/resi/partymember/icPartyMember/partymembereducationstatistics'
let params = { let params = {
orgId, orgId: orgId || '',
orgType orgType
}; };
const { data, code, msg } = await requestPost(url, params); const { data, code, msg } = await requestPost(url, params);
@ -688,7 +693,7 @@ export default {
// const url = "/epmetuser/icresiuser/partymemberagelist"; // const url = "/epmetuser/icresiuser/partymemberagelist";
const url = '/resi/partymember/icPartyMember/partymemberagelist' const url = '/resi/partymember/icPartyMember/partymemberagelist'
let params = { let params = {
orgId, orgId: orgId || '',
orgType, orgType,
code: _code || '', code: _code || '',
pageNo: this.agePageNo, pageNo: this.agePageNo,
@ -714,7 +719,7 @@ export default {
// const url = "/epmetuser/icresiuser/partymembereducationlist"; // const url = "/epmetuser/icresiuser/partymembereducationlist";
const url = '/resi/partymember/icPartyMember/partymembereducationlist' const url = '/resi/partymember/icPartyMember/partymembereducationlist'
let params = { let params = {
orgId, orgId: orgId || '',
orgType, orgType,
code: _code || '', code: _code || '',
pageNo: this.pageNo, pageNo: this.pageNo,

Loading…
Cancel
Save