From ac30b06d2b5631bc0c55022ade975fb5f2e4aacf Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Mon, 13 Jun 2022 11:56:52 +0800 Subject: [PATCH] dd --- src/views/modules/communityParty/members/crateForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/communityParty/members/crateForm.vue b/src/views/modules/communityParty/members/crateForm.vue index 11775d81..c06c503f 100644 --- a/src/views/modules/communityParty/members/crateForm.vue +++ b/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