src/main/webapp/components/WatchCrnCard.js
@@ -105,6 +105,7 @@ handler(newVal, oldVal) { if (newVal.crnNo != 0) { this.activeNames = newVal.crnNo; this.searchCrnNo = newVal.crnNo; const idx = this.crnList.findIndex(i => i.crnNo == newVal.crnNo); if (idx >= 0) { this.currentPage = Math.floor(idx / this.pageSize) + 1; } }