#
Junjie
21 小时以前 ce8c67734acf64325849f47f9f17aaccf9163b9b
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; }
        }