From e215039c14857c65f9df56c147d61f0884435f23 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 07 三月 2025 11:16:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/views/structural/capabilityAndLaboratory/laboratory/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/structural/capabilityAndLaboratory/laboratory/index.vue b/src/views/structural/capabilityAndLaboratory/laboratory/index.vue index 16a9d49..fc2642c 100644 --- a/src/views/structural/capabilityAndLaboratory/laboratory/index.vue +++ b/src/views/structural/capabilityAndLaboratory/laboratory/index.vue @@ -332,8 +332,7 @@ this.$message.warning('鏆傛棤闄勪欢') return; } - const url = this.javaApi + "/img/" + row.fileUrl; - this.$download.saveAs(url, row.fileUrl); + this.$download.downloadFileFromUrl(row.fileUrl, row.fileUrl); }, openAdd() { this.qualificationsConnectVisible = true; -- Gitblit v1.9.3