From 77a938594b066349db89ce9c06007bfc02a58150 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 06 八月 2024 18:23:46 +0800
Subject: [PATCH] 测试完成
---
src/api/patient/homepage.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/patient/homepage.js b/src/api/patient/homepage.js
index f134bfd..82592c9 100644
--- a/src/api/patient/homepage.js
+++ b/src/api/patient/homepage.js
@@ -17,6 +17,7 @@
data: data
})
};
+
// 淇敼鎮h�呮。妗�
export function alterpatient(data) {
return request({
@@ -41,6 +42,13 @@
method: 'get',
})
};
+// 鎮h�呴棬璇婅鎯�
+export function Patientclinic(userId) {
+ return request({
+ url: 'patouthosp/selectPatMedOuthospList' + userId,
+ method: 'get',
+ })
+};
// 鍒犻櫎鎮h�呭垪琛�
export function deletepatient(userId) {
return request({
--
Gitblit v1.9.3