From 8ce35ee72e52f51f93e61d2dec6084c3cfd397b6 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 18 十二月 2024 15:31:36 +0800
Subject: [PATCH] 设备查询完善

---
 src/api/ecg/doctor/index.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/ecg/doctor/index.ts b/src/api/ecg/doctor/index.ts
index 0cdf94e..fd515d5 100644
--- a/src/api/ecg/doctor/index.ts
+++ b/src/api/ecg/doctor/index.ts
@@ -114,6 +114,16 @@
     return await request.get({ url: `/ecg/doctor/get-dev-install-statistic`, params })
   },
 
+  // 杩囧彿 [鎺掗槦涓璢 鎮h��
+  passWaitingPatient: async (params: PatientVO) => {
+    return await request.get({ url: `/ecg/doctor/pass-waiting-patient`, params })
+  },
+
+  // 鍙洖 [杩囧彿-鎺掗槦涓璢 鎮h��
+  recallPassWaitingPatient: async (params: PatientVO) => {
+    return await request.get({ url: `/ecg/doctor/recall-pass-waiting-patient`, params })
+  },
+
   // 鍙洖杩囧彿鎮h��
   recallPatient: async (params: PatientVO) => {
     return await request.get({ url: `/ecg/doctor/recall-patient`, params })

--
Gitblit v1.9.3