From b8cf8e3ee827edff4d8786e8bfd0f2e97635549c Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Thu, 19 Jun 2025 18:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=B8=8B=E8=BD=BD=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E6=B1=87=E6=80=BB=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-后台/src/views/report/manage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acupuncture-后台/src/views/report/manage.vue b/acupuncture-后台/src/views/report/manage.vue index b50b4feb..b0f0bea5 100644 --- a/acupuncture-后台/src/views/report/manage.vue +++ b/acupuncture-后台/src/views/report/manage.vue @@ -385,7 +385,7 @@ export default { managementId: row.id, }).then((res) => { if (res.data) { - window.open(this.qzUrl + res.data.url); + window.open(this.qzUrl + res.data); } else { this.$modal.msgError("暂无上报汇总表"); }