src/views/business/reportPreparation/index.vue
@@ -600,8 +600,11 @@ this.outLoading = true downAll({ ids: str }).then(res => { this.outLoading = false this.$download.saveAs(this.javaApi + res.message, row.fileName); this.$download.zip(res.data, '报告.zip'); }).catch(() => { this.outLoading = false }) }, beforeUpload(file) { const isZip = file.type === 'application/zip' || file.name.endsWith('.zip');