From 78fefd7414ca7dfb09fe6f24b25f6c8c12a4cf7c Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 17 Nov 2023 17:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=B5=B7=E5=A4=96=E5=BA=93-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BC=96=E8=BE=91=E6=97=B6=E6=A0=87=E5=87=86?= =?UTF-8?q?=E4=BD=93=E7=B3=BB=E5=AD=97=E6=AE=B5=E6=B7=BB=E5=8A=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 2 ++ .../foreignStandardsAndRegulations/index.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 31eeadbe7..736bcfbed 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3272,8 +3272,10 @@ export default { if (checkedData) { if (checkedData.length > 0) { this.sarStandardsInfoEO.standSystem = checkedData.map(item => item.menuName).join(",") + this.sarStandardsInfoEO.standSystemId = checkedIds.join(",") } else { this.sarStandardsInfoEO.standSystem = checkedData.menuName + this.sarStandardsInfoEO.standSystemId = checkedIds } } this.modalShowFlag1 = false diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index cc63dfee9..f7d0ffdb9 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2862,8 +2862,10 @@ export default { if (checkedData) { if (checkedData.length > 0) { this.sarStandardsInfoEO.standSystem = checkedData.map(item => item.menuName).join(",") + this.sarStandardsInfoEO.standSystemId = checkedIds.join(",") } else { this.sarStandardsInfoEO.standSystem = checkedData.menuName + this.sarStandardsInfoEO.standSystemId = checkedIds } } this.modalShowFlag1 = false