gaoluyang
2025-03-07 58192a194d0667ebb880a16cbde36363fdc1d535
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);
      }
    },
    // 撤销