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 = [];