From 11da32de75cc1f04691676349ff17853b42f8722 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期三, 23 八月 2023 19:27:52 +0800
Subject: [PATCH] 大屏

---
 screen_standard/src/stores/counter.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index 9d972af..e3f5613 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -5,8 +5,8 @@
 
   state: () => {
     return {
-      companyId: '8',
-      departId: '',
+      companyId: window.sessionStorage.getItem('companyId'),
+      departId: window.sessionStorage.getItem('departId'),
       delayNum: 0, // 寤舵湡璁″垝鏁�
       deviceNum: 0, // 浠婃棩鐢熶骇璁惧鏁�
       ingNum: 0, // 鎵ц涓鍒掓暟

--
Gitblit v1.9.3