This commit is contained in:
hongchao 2025-12-17 13:45:20 +08:00
parent afc5f4d828
commit 177da9ef49
1 changed files with 2 additions and 2 deletions

View File

@ -996,10 +996,10 @@ export default {
this.totalItems = this.calculateTotalFiles(items);
console.log('总文件数:', this.totalItems);
const taskId = crypto.randomUUID()
const taskId = null
const payload = {
items: items,
taskId: taskId,
taskId: null,
zipName: `报告下载_${new Date().getTime()}`,
stream: true
};