From 0a218097b77769186270a6d1cc9bb67c5d06f425 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 14:59:56 +0800
Subject: [PATCH] 工序接口
---
screen_standard/src/stores/counter.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js
index e3364b2..c8dfe27 100644
--- a/screen_standard/src/stores/counter.js
+++ b/screen_standard/src/stores/counter.js
@@ -4,7 +4,6 @@
export const useCounterStore = defineStore('enterprise', {
state: () => {
- // 678
return {
companyId: '8',
departId: '132',
--
Gitblit v1.9.3