From 4b65d04b20e2b71a7737a5a2869e25e4a9bca01c Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Wed, 1 Dec 2021 15:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E5=BA=93=E7=9A=84=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E9=83=A8=E9=97=A8=E8=83=BD=E9=99=84=E4=B8=8A=E5=80=BC?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;