From b29e62bc51001c6ef934cd618869a2fb85657dba Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 05 二月 2026 16:59:50 +0800
Subject: [PATCH] #
---
src/main/webapp/components/WatchRgvCard.js | 1 +
src/main/webapp/views/watch/console.html | 3 ---
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/components/WatchRgvCard.js b/src/main/webapp/components/WatchRgvCard.js
index 86cf8ee..5c00b7d 100644
--- a/src/main/webapp/components/WatchRgvCard.js
+++ b/src/main/webapp/components/WatchRgvCard.js
@@ -117,6 +117,7 @@
handler(newVal) {
if (newVal && newVal.rgvNo && newVal.rgvNo != 0) {
this.activeNames = newVal.rgvNo;
+ this.searchRgvNo = newVal.rgvNo;
const idx = this.rgvList.findIndex(i => i.rgvNo == newVal.rgvNo);
if (idx >= 0) { this.currentPage = Math.floor(idx / this.pageSize) + 1; }
}
diff --git a/src/main/webapp/views/watch/console.html b/src/main/webapp/views/watch/console.html
index 5139b5d..12f2c63 100644
--- a/src/main/webapp/views/watch/console.html
+++ b/src/main/webapp/views/watch/console.html
@@ -200,13 +200,10 @@
openCrn(id) {
this.crnParam.crnNo = id;
this.activateCard = 'crn';
- console.log(id);
},
openDualCrn(id) {
this.dualCrnParam.crnNo = id;
this.activateCard = 'dualCrn';
- console.log(id);
-
},
openRgv(id) {
this.rgvParam.rgvNo = id;
--
Gitblit v1.9.1