From a5d4bdcace8f98126dadbe801d27b1f0bf56b603 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 06 十二月 2022 13:59:25 +0800
Subject: [PATCH] 1.增加页签关闭时重新登录功能

---
 src/views/kb/cjsc.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/kb/cjsc.vue b/src/views/kb/cjsc.vue
index 55518ac..7e07154 100644
--- a/src/views/kb/cjsc.vue
+++ b/src/views/kb/cjsc.vue
@@ -370,7 +370,7 @@
       let startValue = 0 // 鍒濆鍊�
       const scale = 10// 鍒诲害
 
-      WkshpLineData({ LineCode: 'DEV06' }).then(res => {
+      WkshpLineData({ LineCode: 'DEV01' }).then(res => {
         this.tableDataLeftTopTemp = res.data
         this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)
 

--
Gitblit v1.9.3