#
Junjie
昨天 27836d1b0bc74a5aa22a8b6c7cf40f2d0068db8a
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; }
        }