From 660f9e6478056aff8a52149c1bc1a0491d53ac71 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 30 十月 2024 18:12:58 +0800
Subject: [PATCH] 标记当前工作 是否 允许当前页面操作

---
 src/store/modules/user.ts |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/user.ts b/src/store/modules/user.ts
index a611f6c..a857eb2 100644
--- a/src/store/modules/user.ts
+++ b/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

--
Gitblit v1.9.3