zhuo
2025-03-15 1bc3af31066268415b431f035c87d82aa321dc01
src/views/business/unpass/components/unPassDialog.vue
@@ -180,7 +180,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 => {
      })