gaoluyang
2025-03-07 58192a194d0667ebb880a16cbde36363fdc1d535
src/views/business/reportPreparation/index.vue
@@ -547,7 +547,7 @@
      downFile({
        id: row.id,
      }).then(res => {
        this.$download.downloadFileFromUrl(res.data.fileUrl, row.fileName);
        this.$download.saveAs(res.data.fileUrl, row.fileName);
      }).catch(error => {
      })