zxc 3 years ago
parent
commit
30810691be
  1. 6
      src/views/modules/communityParty/stas/index.vue

6
src/views/modules/communityParty/stas/index.vue

@ -196,14 +196,14 @@ export default {
} }
if (this.form.joinOrgId === '' || this.form.joinOrgId === null || this.form.joinOrgId === undefined){ if (this.form.joinOrgId === '' || this.form.joinOrgId === null || this.form.joinOrgId === undefined){
console.log(this.orgList)
let a = this.orgList[0] let a = this.orgList[0]
this.form.joinOrgId = a.id; this.form.joinOrgId = a.id;
this.joinOrgIds = this.form.joinOrgId this.joinOrgIds = this.form.joinOrgId
}else { }else {
this.form.joinOrgId = this.joinOrgIds[this.joinOrgIds.length - 1]; if (Array.isArray(this.joinOrgIds)){
this.form.joinOrgId = this.joinOrgIds[this.joinOrgIds.length - 1];
}
} }
console.log('start')
const url = "/resi/partymember/icPartyAct/patryactstatis" const url = "/resi/partymember/icPartyAct/patryactstatis"
// const url = "http://yapi.elinkservice.cn/mock/245/resi/partymember/icPartyAct/patryactstatis" // const url = "http://yapi.elinkservice.cn/mock/245/resi/partymember/icPartyAct/patryactstatis"
let params = { let params = {

Loading…
Cancel
Save