diff --git a/src/views/components/resiExpand/editExpand.vue b/src/views/components/resiExpand/editExpand.vue index 0f0d4827c..11b1debe7 100644 --- a/src/views/components/resiExpand/editExpand.vue +++ b/src/views/components/resiExpand/editExpand.vue @@ -289,7 +289,7 @@ export default { if (childItem.itemType === 'checkbox') { this.form[childItem.pformName][childItem.formName] = childItem.value || []; - } else if (childItem.itemType === 'cascader1' && childItem.orgPath) { + } else if (childItem.itemType === 'cascader1') { await this.getOrgTree(); let maxId = this.formList.filter(item => item.formId == 'parymemberInfoDto')[0].form[0].children.filter(item => item.formName == 'partyOrgId')[0].opction[0].id; let orgId = JSON.parse(JSON.stringify(childItem.orgPath.split(':')));