From e43c57ce0b59b519dd782fd23afb8700572f8a4a Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 03 八月 2023 09:24:12 +0800
Subject: [PATCH] 发运统计修改
---
store/index.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/store/index.js b/store/index.js
index c689bdd..71899fe 100644
--- a/store/index.js
+++ b/store/index.js
@@ -107,7 +107,8 @@
connectNum: 1, //閲嶈繛娆℃暟,
reconnectTimeOut: null,
// 绉伴噸绋冲畾鎬� 0/绋冲畾 1/闈炵ǔ瀹� 闈炵ǔ瀹氭�佷笉鑳界偣绉伴噸
- globalWarning: false
+ globalWarning: false,
+ globalShowWeigh: []
},
mutations: {
lengthchange(state, payload) {
@@ -180,6 +181,9 @@
// 鏀瑰彉绋冲畾鎬�
changeWarning(state, payload) {
state.globalWarning = payload
+ },
+ changeglobalShowWeigh(state, payload) {
+ state.globalShowWeigh = payload
}
},
actions: {
--
Gitblit v1.9.1