|
|
@ -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(':'))); |
|
|
|