From cdfa2ec3da00abf7d0450e13509eab1bdbdcdb7b Mon Sep 17 00:00:00 2001 From: jiask <1069621233@qq.com> Date: Thu, 11 Sep 2025 15:13:02 +0800 Subject: [PATCH 1/2] JSK --- src/api/healthCenter/index.js | 11 ++ .../healthCenter/examinationReport/index.vue | 120 +++++++++--------- 2 files changed, 73 insertions(+), 58 deletions(-) diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js index e4946d57..9be5acab 100644 --- a/src/api/healthCenter/index.js +++ b/src/api/healthCenter/index.js @@ -157,6 +157,17 @@ export function delHealthInfoApi(data) { data: data }) } + +export function getHealthReportPageApi(data) { + return request({ + url: '/smart-canteen/health_person_medical_report/list', + method: 'get', + headers: { + //"merchant-id":"378915229716713472", + }, + params:data + }) +} // 模板-列表 export function getModelListApi() { return request({ diff --git a/src/views/canteen/healthCenter/examinationReport/index.vue b/src/views/canteen/healthCenter/examinationReport/index.vue index 71550f5b..2bc4b2e1 100644 --- a/src/views/canteen/healthCenter/examinationReport/index.vue +++ b/src/views/canteen/healthCenter/examinationReport/index.vue @@ -42,8 +42,6 @@ - - - + @@ -302,7 +300,7 @@