|
|
@ -856,7 +856,7 @@ export default { |
|
|
|
// console.log('') |
|
|
|
} |
|
|
|
}) |
|
|
|
if (partyInfo.length > 0 && childGroup.tableName == 'ic_party_member') { |
|
|
|
if (partyInfo && partyInfo.length > 0 && childGroup.tableName == 'ic_party_member') { |
|
|
|
list.push({...childGroup, formInfo: partyInfo[0] }) |
|
|
|
} else list.push(childGroup) |
|
|
|
|
|
|
|