From 27d64c7c4a2b5647bc991aa8e69d6209202cc4b9 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 16 十月 2024 10:27:49 +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