From 8314c2943734770c6a38e67147e6367f683df8d1 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期五, 07 三月 2025 11:02:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue b/src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue index c7c2922..6b7dd89 100644 --- a/src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue +++ b/src/views/CNAS/systemManagement/documentRecords/outDocumenRecordt.vue @@ -393,8 +393,7 @@ }).catch(err => { }); }, handleDown0(row) { - let url = this.javaApi + '/word/' + row.url - this.$download.saveAs(url, '澶栨潵鏂囦欢纭璁板綍') + this.$download.downloadFileFromUrl(row.url, '澶栨潵鏂囦欢纭璁板綍') }, // 鎻愪氦 handleSubmit(row) { -- Gitblit v1.9.3