chenrui
2025-02-26 7480271afcd5bbee7cc9829aa845d5679e4e239f
src/views/business/productOrder/index.vue
@@ -992,9 +992,8 @@
    },
    // 下载报告
    download(row) {
      let url = row.urlS?row.urlS:row.url;
      let url = this.javaApi+'/word/' + row.urlS?row.urlS:row.url;
      if(url){
        url = url.split('.')[0]+'.pdf'
        this.$download.saveAs(url, this.downLoadInfo.fileName);
      }
    },