From a4291a44a26d175c58057ad184c55b753e4a09e9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 11 四月 2025 16:57:43 +0800
Subject: [PATCH] 修改bug

---
 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