导出传参项目版本id

This commit is contained in:
zyx.net
2023-08-29 15:59:34 +08:00
parent 841a0cb8ba
commit f8b6572e88
@@ -572,7 +572,7 @@
let query = {
ids: selectedRowKeys.join(','),
cut:cut
// projectId: this.$route.query.id
projectId: this.$route.query.id
}
downloadFile(this.url.exportData, 'RXSWIN' + '.xls', query, this.Deselect)
},