From e25465c223a2e63422acfb58414597ca8fc4df09 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 13 十一月 2025 18:01:55 +0800
Subject: [PATCH] 排队异常、小屏适配问题
---
src/api/ecg/appointment/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/ecg/appointment/index.ts b/src/api/ecg/appointment/index.ts
index 51975ee..181c91d 100644
--- a/src/api/ecg/appointment/index.ts
+++ b/src/api/ecg/appointment/index.ts
@@ -31,8 +31,8 @@
// 棰勭害 API
export const AppointmentApi = {
// 鏌ヨ棰勭害鍒嗛〉
- getAppointmentPage: async (data: any) => {
- return await request.post({ url: `/ecg/appointment/page`, data })
+ getAppointmentPage: async (params: any) => {
+ return await request.get({ url: `/ecg/appointment/page`, params })
},
// 鏌ヨ棰勭害璇︽儏
--
Gitblit v1.9.3