Browse Source

联系人

feature
zxc 3 years ago
parent
commit
bc272b1ff0
  1. 2
      src/views/modules/partymember/icpartyorgtree.vue

2
src/views/modules/partymember/icpartyorgtree.vue

@ -205,12 +205,12 @@
principal(row) {
this.principalShow = true
this.editPrincipalData.partyOrgId = row.id
this.editPrincipalData.principal = row.principal
this.$http.post('/data/aggregator/org/staff-select-list/'+row.agencyId,{'params': {}}).then(({ data: res }) =>{
if (res.code !== 0) {
return this.$message.error(res.internalMsg ? res.internalMsg : res.msg ? res.msg : '查询失败')
} else {
this.staffs = res.data
console.log(this.staffs)
}
}).catch(() => {})
},

Loading…
Cancel
Save