Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
ac30b06d2b
  1. 3
      src/views/modules/communityParty/members/crateForm.vue

3
src/views/modules/communityParty/members/crateForm.vue

@ -239,8 +239,9 @@ export default {
handler(val) {
if (Object.keys(val).length > 0) {
this.form = { ...val }
if (val.icResiUserId) this.isAuto = true
if (val.icResiUserId || val.icResiUser) this.isAuto = true
console.log('val----------in', val)
console.log('isAuto----------in', this.isAuto)
this.partyOrgs = val.orgPids.split(':')
console.log('partyOrgs-----', this.partyOrgs)
this.partymenberid = val.id

Loading…
Cancel
Save