From c8a03c76bc9434eb53708ca207785fcee87f21c3 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 27 Sep 2023 09:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95-=E5=AF=BC=E5=87=BA=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/listOfRegulations.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue index bf2667d39..c6241d136 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/listOfRegulations.vue @@ -1879,10 +1879,10 @@ ids: selectedRowKeys.join(','), ...this.queryParamQuery, roleCode: roleCodeIndex, - excelName: this.$route.query.projectName, + excelName: this.$route.query.projectNameId, projectLibraryId: this.$route.query.id } - downloadFile(this.url.exportData, this.$route.query.projectName + '.zip', query, this.Deselect) + downloadFile(this.url.exportData, this.$route.query.projectNameId + '.zip', query, this.Deselect) }, //复制 copyClick(operateType) {