src/store/modules/user.ts
@@ -46,7 +46,9 @@ bedNo: null, status: null, docId: null, docName: null docName: null, checkTypes: null, opType: null } }), getters: { @@ -97,6 +99,8 @@ this.room!.status = room.status this.room!.docId = room.docId this.room!.docName = room.docName this.room!.checkTypes = room.checkTypes this.room!.opType = room.opType this.isSetRoom = true // 更新 cache