From 8dfce4d85ea0f2445a65b35e50830460a9e07c9e Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 18 十一月 2024 17:57:46 +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