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) {