eight
2024-09-01 b3080cd7524075f55e7fceed69c4f042f1ed12f2
src/store/modules/user.ts
@@ -90,7 +90,13 @@
    // 医生入座
    async setRoomInfoAction(room: RoomVO) {
      // 更新 store
      this.room = room
      this.room!.id = room.id
      this.room!.roomId = room.roomId
      this.room!.roomName = room.roomName
      this.room!.bedNo = room.bedNo
      this.room!.status = room.status
      this.room!.docId = room.docId
      this.room!.docName = room.docName
      this.isSetRoom = true
      // 更新 cache