eight
2024-10-31 f98ab75bf0f7fb54e7e3955a5f6e5a4935a86cbe
src/store/modules/user.ts
@@ -44,6 +44,7 @@
      roomId: null,
      roomName: null,
      bedNo: null,
      ip: null,
      status: null,
      docId: null,
      docName: null,
@@ -170,9 +171,12 @@
        roomId: 0,
        roomName: "",
        bedNo: "",
        ip: "",
        status: null,
        docId: null,
        docName: null
        docName: null,
        checkTypes: null,
        opType: null
      }
    }
  }