From 509acf8dac4d27c82f00695ef12948ec6f3c6634 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 06 三月 2025 12:03:37 +0800
Subject: [PATCH] gx
---
src/api/Patients/index.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 09f1df4..8dd2534 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({
--
Gitblit v1.8.0