From b634276e85d71de22e02cbcea52e907f37a45cac Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 13 十月 2023 16:11:51 +0800
Subject: [PATCH] 1、基本实现大屏车间管理页所有功能 2、使用后台数据基本实现车间看板页面所有功能

---
 src/views/system/modules/QuartzJobDetails.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/modules/QuartzJobDetails.vue b/src/views/system/modules/QuartzJobDetails.vue
index 916b9f7..d96e548 100644
--- a/src/views/system/modules/QuartzJobDetails.vue
+++ b/src/views/system/modules/QuartzJobDetails.vue
@@ -41,7 +41,7 @@
     },
     methods: {
         showDetails(record){
-          console.log(record)
+          // console.log(record)
           this.visible = true
           this.textContent = record.exceptionDetail
         },

--
Gitblit v1.9.3