From 901c277599e4abd4fc2f0cde8f9c2b853e779d5a Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 14 九月 2024 12:42:59 +0800
Subject: [PATCH] 更新膳食调差

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

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 5b55b1a..a273fdc 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -27,4 +27,19 @@
         params
     });
 }
+/**
+ * 
+ * @param params 
+ * @returns 患者检验结果
+ */
+export function getLisResults(params: object) {
+    return request({
+        url: '/nutrition/getLisResults',
+        method: 'post',
+        headers: {
+            'Content-Type': 'application/x-www-form-urlencoded'
+            },
+        params
+    });
+}
 

--
Gitblit v1.8.0