From 99eb82d94843caa48ca38582bca2d7275c59809c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 07 三月 2025 10:34:01 +0800
Subject: [PATCH] 组托提交后清除订单号
---
store/actionsType.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/store/actionsType.js b/store/actionsType.js
index 228ee33..bdfe16a 100644
--- a/store/actionsType.js
+++ b/store/actionsType.js
@@ -1,11 +1,11 @@
-//bluetooth
-
-const SET_INFODATA = "SET_INFODATA";
-const SET_CONNECTBLEDATA = "SET_CONNECTBLEDATA";
-const SET_CONNECTPRINTBLE = "SET_CONNECTPRINTBLE"
-
-export {
- SET_INFODATA,
- SET_CONNECTBLEDATA,
- SET_CONNECTPRINTBLE
+//bluetooth
+
+const SET_INFODATA = "SET_INFODATA";
+const SET_CONNECTBLEDATA = "SET_CONNECTBLEDATA";
+const SET_CONNECTPRINTBLE = "SET_CONNECTPRINTBLE"
+
+export {
+ SET_INFODATA,
+ SET_CONNECTBLEDATA,
+ SET_CONNECTPRINTBLE
}
\ No newline at end of file
--
Gitblit v1.9.1