From 2fd9231d7768c1955579430a70d3c34f7d9bfa96 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 27 十月 2023 16:19:24 +0800
Subject: [PATCH] 1.MES工单  打印  解决销售单号未出来的问题

---
 src/store/modules/settings.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index bc708b8..717708c 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -9,7 +9,8 @@
   headBackgroundColorValue,
   menuIsHorizontal,
   leftBackgroundColorValue,
-  animationType
+  animationType,
+  isDot
 } = defaultSettings
 
 const state = {
@@ -17,6 +18,7 @@
   leftBackgroundColorValue: leftBackgroundColorValue, // 宸﹁竟鑳屾櫙棰滆壊
   headBackgroundColorValue: headBackgroundColorValue, // 澶撮儴鑳屾櫙棰滆壊
   menuIsHorizontal: menuIsHorizontal, // 鑿滃崟鏄惁鏄í灞�
+  isDot: isDot,
   theme: variables.theme,
   showSettings: showSettings,
   fixedHeader: fixedHeader,

--
Gitblit v1.9.3