eight
2024-11-08 107bb47a563a7b551ea2bb616fa2ba3d8a52ee7a
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
      }
    }
  }