gaoluyang
2025-03-07 3d48053ed46588747af87b40a6ccbe0c46d3c434
src/views/business/materialOrderComponents/materialOrder/filesLookVisible.vue
@@ -154,7 +154,7 @@
    // 下载
    handleDown(row) {
      downFile({ id: row.id, }).then(res => {
        this.$download.downloadFileFromUrl(res.data.fileUrl, row.fileName);
        this.$download.saveAs(res.data.fileUrl, row.fileName);
      }).catch(error => {
      })