From 920e530b68c0f4dba434281ce94c9814e9937db3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 22 七月 2025 16:36:18 +0800
Subject: [PATCH] 11

---
 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 181c91d..51975ee 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 (params: any) => {
-    return await request.get({ url: `/ecg/appointment/page`, params })
+  getAppointmentPage: async (data: any) => {
+    return await request.post({ url: `/ecg/appointment/page`, data })
   },
 
   // 鏌ヨ棰勭害璇︽儏

--
Gitblit v1.9.3