From a7e2a4a258132c0c025d063630513757c157f16b Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 14 八月 2024 18:03:48 +0800
Subject: [PATCH] update
---
src/api/ecg/room/index.ts | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts
index 05f5676..5cb3175 100644
--- a/src/api/ecg/room/index.ts
+++ b/src/api/ecg/room/index.ts
@@ -3,7 +3,8 @@
// 璇婂鍜岃瘖鐤楀簥 VO
export interface RoomVO {
id: number //
- roomNo: string // 璇婂缂栧彿
+ roomId: number // 璇婂缂栧彿
+ roomName: string // 璇婂鍚嶇О
bedNo: string // 璇婄枟搴婄紪鍙�
}
@@ -37,5 +38,10 @@
// 瀵煎嚭璇婂鍜岃瘖鐤楀簥 Excel
exportRoom: async (params) => {
return await request.download({ url: `/clinic/room/export-excel`, params })
+ },
+
+ // 瀵煎嚭璇婂鍜岃瘖鐤楀簥 Excel
+ getSimpleRoomList: async () => {
+ return await request.get({ url: `/clinic/room/simple-list` })
}
}
--
Gitblit v1.9.3