From 812ffe6f989303514b45f8106f09ff902bbe0d8a Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 31 十月 2024 16:19:56 +0800 Subject: [PATCH] update --- src/api/ecg/appointment/index.ts | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts index 402e9d2..bbcd7eb 100644 --- a/src/api/ecg/appointment/index.ts +++ b/src/api/ecg/appointment/index.ts @@ -36,9 +36,14 @@ return await request.get({ url: `/ecg/appointment/get?id=` + id }) }, + // + getCurAppointmentByPatId: async (patId: string) => { + return await request.get({ url: `/ecg/appointment/get-current-by-patient?patId=` + patId }) + }, + // 浠嶩IS鎴栬�匘B鏌ヨ棰勭害璇︽儏 - getAppointmentByPatId: async (patId: string) => { - return await request.get({ url: `/ecg/appointment/get-by-patient?patId=` + patId }) + queryAndCreateAppointmentByPatId: async (patId: string) => { + return await request.get({ url: `/ecg/appointment/query-and-create-by-patient?patId=` + patId }) }, // 浠嶩IS鏌ヨ棰勭害鎴栧紑鍗曚俊鎭� -- Gitblit v1.9.3