src/store/modules/user.ts
@@ -44,7 +44,9 @@ roomId: 0, roomName: "", bedNo: "", onstage: true status: null, docId: null, docName: null } }), getters: { @@ -64,7 +66,7 @@ getIsSetRoom(): boolean { return this.isSetRoom }, getRoom(): RoomVO { getRoom(): RoomVO | null { return this.room } }, @@ -151,7 +153,9 @@ roomId: 0, roomName: "", bedNo: "", onstage: true status: null, docId: null, docName: null } } }