From 6b30b9fa671bf207b0268749a19b7ccda0ec5d8b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 23 八月 2023 17:17:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmMes
---
screen_standard/src/stores/counter.js | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index c8dfe27..9d972af 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -6,12 +6,13 @@
state: () => {
return {
companyId: '8',
- departId: '132',
+ 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