From 5a56db983850c7e2e3c194aa9a221295271c0cc3 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 17 十一月 2025 16:24:42 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/watch/console.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/watch/console.html b/src/main/webapp/views/watch/console.html
index 69b1781..5ebac3b 100644
--- a/src/main/webapp/views/watch/console.html
+++ b/src/main/webapp/views/watch/console.html
@@ -147,6 +147,7 @@
 					},
 					openCrn(id) {
 						this.crnParam.crnNo = id;
+						this.activateCard = 'crn';
 					},
 					openRgv(id) {
 						this.rgvWindow = true; //鎵撳紑RGV淇℃伅寮圭獥
@@ -176,6 +177,7 @@
 					},
 					openSite(id) {
 						this.devpParam.stationId = id;
+						this.activateCard = 'devp';
 					},
 					getSiteInfo() {
 						//鑾峰彇杈撻�佺珯鐐规暟鎹�
@@ -184,7 +186,6 @@
 							headers: {'token': localStorage.getItem('token')},
 							method: 'POST',
 							success: function (res) {
-								console.log(res)
 								if (res.code === 200) {
 									var sites = res.data;
 									for (var i = 0; i < sites.length; i++){

--
Gitblit v1.9.1