src/views/business/productOrder/index.vue
@@ -986,7 +986,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 => { }) @@ -995,7 +995,7 @@ download(row) { let url = row.urlS ? row.urlS : row.url; if (url) { this.$download.downloadFileFromUrl(url, this.downLoadInfo.fileName); this.$download.saveAs(url, row.entrustCode); } }, // 撤销