From 5d85d8fa6d5696e1537302a690b597a59672d04e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 02 七月 2025 15:02:34 +0800
Subject: [PATCH] gx

---
 src/api/Patients/index.ts |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 09f1df4..f447885 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -16,6 +16,14 @@
     });
 }
 
+export function getRecordsInToday2(data: object) {
+    return request({
+        url: '/patient/hemo/med/record/getRecordsInToday2',
+        method: 'post',
+        data
+    });
+}
+
 
 export function getPatData(params: object) {
     return request({
@@ -103,4 +111,12 @@
             },
         params
     });
+}
+// 获取干体重列表
+export function getDryWeightList(params: object) {
+    return request({
+      url: '/patient/vs/pure/weight/list',
+      method: 'post',
+      params
+    })
 }
\ No newline at end of file

--
Gitblit v1.8.0