|
|
@ -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 |
|
|
|