From 8f918cb6db02c39e67ce7b0d77cc1be5ed26edaf Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期五, 25 八月 2023 11:03:28 +0800
Subject: [PATCH] # 企业端用户
---
screen_standard/src/stores/counter.js | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index 0dcf1b8..e3f5613 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -5,13 +5,14 @@
state: () => {
return {
- companyId: '8',
- departId: '178',
+ companyId: window.sessionStorage.getItem('companyId'),
+ departId: window.sessionStorage.getItem('departId'),
delayNum: 0, // 寤舵湡璁″垝鏁�
deviceNum: 0, // 浠婃棩鐢熶骇璁惧鏁�
ingNum: 0, // 鎵ц涓鍒掓暟
prouserNum: 0, // 浠婃棩鐢熶骇浜烘暟
- unqualifiedRate: 0 // 浠婃棩涓嶈壇鍝佺巼
+ unqualifiedRate: 0, // 浠婃棩涓嶈壇鍝佺巼
+ procedureName: '' // 宸ュ簭鍚嶇О
};
},
@@ -32,6 +33,9 @@
this.ingNum = num.ingNum
this.prouserNum = num.prouserNum
this.unqualifiedRate = num.unqualifiedRate
+ },
+ setProcedureName(title) {
+ this.procedureName = title
}
}
--
Gitblit v1.9.3