From c11b7ad916a69d132b9165688193564a385e2057 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Wed, 5 Jan 2022 17:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/addEdit.vue | 2 +- .../pages/details.vue | 16 ++++------------ .../pages/projectAddEit.vue | 1 - 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 14500780d..3bb275d1e 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1660,7 +1660,7 @@ export default { let accIdAndrestype = [] let accessInfo = 1 for (accessInfo in exportList) { - accIdAndrestype.push(exportList[accessInfo]) + accIdAndrestype.push(exportList[accessInfo].id) } const exportURL = interfaceUrl + 'sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?' + '&exportType=apart' + '&ids=' + accIdAndrestype.join(',') + '&exportName=' + this.exportName window.open(exportURL) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index c841652f3..14381f679 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -61,19 +61,11 @@ clearable> - - - + { this.sarAccessInfoSearchList = res.data.list - console.log('1476',res.data.list) //为空转换 for (let i = 0; i < this.sarAccessInfoSearchList.length; i++) { //适用车型为空