From ddf15c484eb3208b76cdb25c2737cd4e960ea8df Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期一, 14 十月 2024 14:49:15 +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