From 0e7cf88345e1321456e39d9b0e39a7140ed520f2 Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Thu, 19 Jun 2025 22:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-后台/src/views/report/type.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acupuncture-后台/src/views/report/type.vue b/acupuncture-后台/src/views/report/type.vue index a805fb59..bdf53bef 100644 --- a/acupuncture-后台/src/views/report/type.vue +++ b/acupuncture-后台/src/views/report/type.vue @@ -273,6 +273,7 @@ export default { }, tenantsData: [], fileList: [], + qzUrl: process.env.VUE_APP_API_QZURL, // 二维码路径 }; }, created() { @@ -280,6 +281,9 @@ export default { this.getTenantsList(); }, methods: { + handleDownload(row) { + window.open(this.qzUrl + row.file); + }, handleRemove(file, fileList) { this.form.file = ""; this.fileList = [];