diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index ba33d303e..4f10273ac 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -4894,14 +4894,14 @@ export default { let idList = '' let nameList = '' data.forEach(item => { - if (item.hasChild === '0' && item.children === null) { + // if (item.hasChild === '0' && item.children === null) { if (nameList.length > 0) { nameList += ',' idList += ',' } idList += item.id nameList += item.name - } + // } }) this.sarStandardsInfoEO.ZRBMId = idList; this.sarStandardsInfoEO['ZRBM'] = nameList;