From 7a78113f86a917e3e1be335f7c4cda9880159ffa Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Mon, 17 Mar 2025 09:45:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=8E=A5=E5=8F=A3=E6=9B=BF=E6=8D=A24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/api/screening.js | 40 ++++-------------- .../src/views/screening/qrCode.vue | 30 ++++++------- 针灸减重失眠筛查倡议书.docx | Bin 0 -> 80089 bytes 3 files changed, 23 insertions(+), 47 deletions(-) create mode 100644 针灸减重失眠筛查倡议书.docx diff --git a/acupuncture-前台/src/api/screening.js b/acupuncture-前台/src/api/screening.js index 89aef6db..734c61f3 100644 --- a/acupuncture-前台/src/api/screening.js +++ b/acupuncture-前台/src/api/screening.js @@ -59,37 +59,13 @@ export function deleteScreen(data) { }); } // // 导出二维码 -// export function exportJmrs(data) { -// return request({ -// url: "/wxQrCode/exportJmrs", -// method: "post", -// data: data, -// }); -// } -// // 导出二维码 -// export function exportZipScreenPath(data) { -// return request({ -// url: "/wxQrCode/exportZipScreenPath", -// method: "post", -// data: data, -// }); -// } -// // 导出海报二维码 -// export function exportHbScreen(data) { -// return request({ -// url: "/wxQrCode/exportHbZipScreenPath", -// method: "post", -// data: data, -// }); -// } -// // 导出二维码 -// export function exportScreen(data) { -// return request({ -// url: "/wxQrCode/exportScreen", -// method: "post", -// data: data, -// }); -// } +export function exportQr(data) { + return request({ + url: "/wxQrCode/exportScreen", + method: "post", + data: data, + }); +} // ------ 筛查列表 ------ export function queryDetail(data) { @@ -98,4 +74,4 @@ export function queryDetail(data) { method: "post", data: data, }); -} \ No newline at end of file +} diff --git a/acupuncture-前台/src/views/screening/qrCode.vue b/acupuncture-前台/src/views/screening/qrCode.vue index 112fc6d6..b5a8f8a3 100644 --- a/acupuncture-前台/src/views/screening/qrCode.vue +++ b/acupuncture-前台/src/views/screening/qrCode.vue @@ -59,7 +59,7 @@ >删除 - +