diff --git a/index.html b/index.html index 8cfcbef..2d133b2 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + + { return request.get({ url: '/checkup/result/getPatientItems?medicalSn=' + medicalSn }) } +// 根据条码获取患者检查项 +export const groupNameItemsOfMedicalSn = (medicalSn: String) => { + return request.get({ url: '/checkup/result/groupNameItemsOfMedicalSn?medicalSn=' + medicalSn }) +} + // 更新患者汇总结果分析 export const updatePatient = (data: SummaryResultVO) => { return request.put({ url: '/checkup/result/updatePatient', data }) diff --git a/src/views/summary/audit/index.vue b/src/views/summary/audit/index.vue index b8d67e9..a3a4231 100644 --- a/src/views/summary/audit/index.vue +++ b/src/views/summary/audit/index.vue @@ -6,8 +6,8 @@
人员列表
- 已审核 - 待审核 + 待审核 + 已审核