From 58c02dd9e6b8be7db44824a3c98e25aba4fb78e6 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期一, 31 七月 2023 16:30:50 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/components/Master/MasterTransfer.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue index ef65f83..cdb319c 100644 --- a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue +++ b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue @@ -188,7 +188,7 @@ exportCode({ codeClassifyOid: this.codeClassifyOid, ...this.exportArr, limit: this.limit, page: start, endPage: end }).then((res) => { // console.log('res',res) if (res) { - func.downloadFileByBlob(res); + func.downloadFileByBlobHandler(res); this.escHandler() } }); -- Gitblit v1.9.3