From 9af981b3efcb8c27eeafc6d6f0150c641d9b2857 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 15:04:31 +0800
Subject: [PATCH] 大屏

---
 screen_standard/src/views/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/screen_standard/src/views/index.vue b/screen_standard/src/views/index.vue
index 0683d24..6f222b9 100644
--- a/screen_standard/src/views/index.vue
+++ b/screen_standard/src/views/index.vue
@@ -526,7 +526,6 @@
                 if (i == 0) {
                     getWorkPlansList(companyId.value, departId.value)
                         .then(res => {
-                            console.log(res)
                             data.plannedProgress = res
                             nextTick(() => {
                                 start1()
@@ -535,7 +534,6 @@
                 } else {
                     getProcedureProcessList(companyId.value, departId.value)
                         .then(res => {
-                            console.log(res)
                             data.processProgress = res
                             nextTick(() => {
                                 start2()

--
Gitblit v1.9.3