导出传参项目版本id

This commit is contained in:
zyx.net
2023-08-29 16:01:57 +08:00
parent f8b6572e88
commit fcc1e72624
@@ -571,7 +571,7 @@
}
let query = {
ids: selectedRowKeys.join(','),
cut:cut
cut:cut,
projectId: this.$route.query.id
}
downloadFile(this.url.exportData, 'RXSWIN' + '.xls', query, this.Deselect)