From 9125541bf113a2d07ad84e7ed9fb1506dbde813f Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 24 十月 2024 16:57:48 +0800
Subject: [PATCH] update
---
src/api/ecg/doctor/index.ts | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/api/ecg/doctor/index.ts b/src/api/ecg/doctor/index.ts
index 2bac52d..889a2f8 100644
--- a/src/api/ecg/doctor/index.ts
+++ b/src/api/ecg/doctor/index.ts
@@ -75,13 +75,18 @@
},
// 閲嶅彨
- callAgainPatient: async (params: RoomBedVO) => {
+ callPatientAgain: async (params: RoomBedVO) => {
return await request.get({ url: `/ecg/doctor/call-again`, params })
},
+ // 閲嶅彨 瀹夎
+ callInstallingPatientAgain: async (params: RoomBedVO) => {
+ return await request.get({ url: `/ecg/doctor/call-install-again`, params })
+ },
+
// 鍙� 甯歌妫�鏌ャ�侀鐢� 鎮h�呭垪琛�
- getPatientList: async (params: RoomBedVO) => {
- return await request.get({ url: `/ecg/doctor/get-patient-list`, params })
+ getToBeCheckedPatientList: async (params: RoomBedVO) => {
+ return await request.get({ url: `/ecg/doctor/get-to-be-checked-list`, params })
},
// 鍙� [寰呰鏈篯 鎮h�呭垪琛�
--
Gitblit v1.9.3