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