From 04375ce658df67aaf734b592a6261b7c487035fa Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sun, 16 Mar 2025 11:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E5=AF=BC=E5=87=BA=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/qrCode.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/acupuncture-前台/src/views/screening/qrCode.vue b/acupuncture-前台/src/views/screening/qrCode.vue index c26b07dd..112fc6d6 100644 --- a/acupuncture-前台/src/views/screening/qrCode.vue +++ b/acupuncture-前台/src/views/screening/qrCode.vue @@ -59,7 +59,7 @@ >删除 - + {}); }, /** 导出按钮操作 */ - handleExport() { + handleExport(row) { // window.open( // `${process.env.VUE_APP_API_QZURL}/acupuncture/profile/PatientTemplate.xlsx` // ); + let data = JSON.parse(JSON.stringify(this.queryParams)); + data.param.idList = row.id ? [row.id] : this.ids; this.download1( "/wxQrCode/exportScreen", { - ...this.queryParams.params, + ...data, }, `筛查二维码.xlsx` );