yaowanxin
5 天以前 ae8d12c499079cf95d961bce28f6c677446130b0
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 => {
      })