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; } }