From 62678f54bbc7a64dc3cdad5d086e17de6383c003 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 15:04:57 +0800
Subject: [PATCH] Merge branch 'master' of ssh://139.186.142.91:29418/productDev/dmMes
---
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