From ffb0cf15d7448626f4a38b52cee18d514b45ce61 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 15 十月 2024 15:27:22 +0800
Subject: [PATCH] 装机叫号

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

diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts
index 7c4327a..45283ba 100644
--- a/src/api/ecg/appointment/index.ts
+++ b/src/api/ecg/appointment/index.ts
@@ -36,6 +36,11 @@
     return await request.get({ url: `/ecg/appointment/get?id=` + id })
   },
 
+  // 鏌ヨ棰勭害璇︽儏
+  getAppointmentByPatId: async (patId: string) => {
+    return await request.get({ url: `/ecg/appointment/get-by-patient?patId=` + patId })
+  },
+
   // 鏂板棰勭害
   createAppointment: async (data: AppointmentVO) => {
     return await request.post({ url: `/ecg/appointment/create`, data })

--
Gitblit v1.9.3