From 90cf24d60788e9228f02ffd96539d09c9b1c6bd1 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期五, 06 二月 2026 17:42:11 +0800
Subject: [PATCH] 更改

---
 src/main/webapp/components/WatchRgvCard.js |    1 +
 1 files changed, 1 insertions(+), 0 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; }
         }

--
Gitblit v1.9.1