From ebee36ca9a39b59d98da3613804791faa8dd2da6 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 22 十一月 2025 16:20:52 +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