平台件法规清单-导出的文件名称为空

This commit is contained in:
zyx.net
2023-09-27 09:42:55 +08:00
parent 2f44a7bcb6
commit c8a03c76bc
@@ -1879,10 +1879,10 @@
ids: selectedRowKeys.join(','), ids: selectedRowKeys.join(','),
...this.queryParamQuery, ...this.queryParamQuery,
roleCode: roleCodeIndex, roleCode: roleCodeIndex,
excelName: this.$route.query.projectName, excelName: this.$route.query.projectNameId,
projectLibraryId: this.$route.query.id 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) { copyClick(operateType) {