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

4
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){
console.log(this.orgList)
let a = this.orgList[0]
this.form.joinOrgId = a.id;
this.joinOrgIds = this.form.joinOrgId
}else {
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 = "http://yapi.elinkservice.cn/mock/245/resi/partymember/icPartyAct/patryactstatis"
let params = {

Loading…
Cancel
Save