This commit is contained in:
parent
afc5f4d828
commit
177da9ef49
|
|
@ -996,10 +996,10 @@ export default {
|
||||||
this.totalItems = this.calculateTotalFiles(items);
|
this.totalItems = this.calculateTotalFiles(items);
|
||||||
console.log('总文件数:', this.totalItems);
|
console.log('总文件数:', this.totalItems);
|
||||||
|
|
||||||
const taskId = crypto.randomUUID()
|
const taskId = null
|
||||||
const payload = {
|
const payload = {
|
||||||
items: items,
|
items: items,
|
||||||
taskId: taskId,
|
taskId: null,
|
||||||
zipName: `报告下载_${new Date().getTime()}`,
|
zipName: `报告下载_${new Date().getTime()}`,
|
||||||
stream: true
|
stream: true
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue