From 2d0520366daf28b158a45b98b0dec6c8326870f4 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期三, 23 八月 2023 11:47:50 +0800
Subject: [PATCH] # 修改配置角色 报角色编码存在
---
screen_standard/src/stores/counter.js | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index 69cea87..0dcf1b8 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -4,20 +4,15 @@
export const useCounterStore = defineStore('enterprise', {
state: () => {
- // 678
-<<<<<<< HEAD
- return { companyId: '', departId: '' };
-=======
return {
companyId: '8',
- departId: '132',
+ departId: '178',
delayNum: 0, // 寤舵湡璁″垝鏁�
deviceNum: 0, // 浠婃棩鐢熶骇璁惧鏁�
ingNum: 0, // 鎵ц涓鍒掓暟
prouserNum: 0, // 浠婃棩鐢熶骇浜烘暟
unqualifiedRate: 0 // 浠婃棩涓嶈壇鍝佺巼
};
->>>>>>> 8eebd3b823c2e477f949b7f06b6e972ec09327df
},
actions: {
--
Gitblit v1.9.3