From 75bdffbfab151c40a79d70f1e7e6844c4c39c605 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 14:49:40 +0800
Subject: [PATCH] remove 百度统计

---
 src/api/ecg/room/index.ts |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts
index 8a09d4f..eee2ccd 100644
--- a/src/api/ecg/room/index.ts
+++ b/src/api/ecg/room/index.ts
@@ -2,11 +2,13 @@
 
 // 璇婂鍜岃瘖鐤楀簥 VO
 export interface RoomVO {
-  id: number  //
-  roomId: number // 璇婂缂栧彿
-  roomName: string // 璇婂鍚嶇О
-  bedNo: string // 璇婄枟搴婄紪鍙�
-  onstage: boolean //寮�璇婄姸鎬�
+  id: number | null  //
+  roomId: number | null // 璇婂缂栧彿
+  roomName: string | null // 璇婂鍚嶇О
+  bedNo: string | null // 璇婄枟搴婄紪鍙�
+  status: number | null //寮�璇婄姸鎬�  0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠
+  docId: number | null
+  docName: string | null
 }
 
 // 璇婂鍜岃瘖鐤楀簥 API
@@ -47,7 +49,7 @@
   },
 
   // 鑾峰彇璇婂绮剧畝淇℃伅鍒楄〃锛岀敤浜庡尰鐢熼�夋嫨鐧诲綍鐨勮瘖瀹�
-  getSimpleRoomList2: async () => {
+  getOnstageBedMap: async () => {
     return await request.get({ url: `/clinic/room/list-simple-room` })
   },
 

--
Gitblit v1.9.3