#
Junjie
2025-12-20 4afa88987f466893800a83ba4767a8f59811473a
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; }
        }