From 7d2873351fd9cca4c7b1117dafe59db4a546526f Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 11:15:18 +0800
Subject: [PATCH] 大屏
---
screen_standard/src/components/AppLayout.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/screen_standard/src/components/AppLayout.vue b/screen_standard/src/components/AppLayout.vue
index 55e5471..34290b1 100644
--- a/screen_standard/src/components/AppLayout.vue
+++ b/screen_standard/src/components/AppLayout.vue
@@ -114,7 +114,7 @@
onMounted(() => {
getDepartmentList(8)
.then(res => {
- debugger
+ // debugger
comList = res
data.tempCom = res[0]
--
Gitblit v1.9.3