From b21bac11fffd44e28eee3a518b1dc69fe705306c Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 19 十一月 2024 15:30:59 +0800
Subject: [PATCH] 患者详情

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

diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts
index 836edaa..9451565 100644
--- a/src/api/ecg/appointment/index.ts
+++ b/src/api/ecg/appointment/index.ts
@@ -73,9 +73,14 @@
     return await request.download({ url: `/ecg/appointment/export-excel`, params })
   },
 
-  // 淇敼棰勭害
+  // 棰勭害纭
   confirmAppointment: async (data: AppointmentVO) => {
       return await request.post({ url: `/ecg/appointment/confirm`, data })
+  },
+
+  // VIP棰勭害纭
+  confirmAppointmentVip: async (data: AppointmentVO) => {
+      return await request.post({ url: `/ecg/appointment/confirm-vip`, data })
   }
 
 }

--
Gitblit v1.9.3