修改虚拟清单导出的传参

This commit is contained in:
qq787203167
2022-04-21 15:47:11 +08:00
parent 9de9409fbd
commit a11ff6ca66
@@ -571,6 +571,7 @@
let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))
let query = {
...this.queryParam,
name:this.$route.query.name,
ids: selectedRowKeys.join(',')
}
downloadFile(this.url.exportData, '虚拟清单名称.zip', query, this.Deselect)