From 1b145b5655fa023032c8713bb2375bccdf0fc314 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 24 十月 2024 11:13:40 +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