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 @@ >删除 - +