From ca73a173f008c8d7a9d700bad897ca24fe2d2203 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 16 十月 2023 09:29:57 +0800
Subject: [PATCH] 111

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

diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index c7d8590..446b738 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -1,12 +1,11 @@
-import { computed } from 'vue';
 import { defineStore } from 'pinia';
 
 export const useCounterStore = defineStore('enterprise', {
 
   state: () => {
     return {
-      companyId: '8',
-      departId: '178',
+      companyId: window.sessionStorage.getItem('companyId'),
+      departId: window.sessionStorage.getItem('departId'),
       delayNum: 0, // 寤舵湡璁″垝鏁�
       deviceNum: 0, // 浠婃棩鐢熶骇璁惧鏁�
       ingNum: 0, // 鎵ц涓鍒掓暟

--
Gitblit v1.9.3