spring
2025-02-28 9a90ee2c34c74591f88ea1ffc46f3d757c11715d
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);
      }
    },