#
Junjie
35 分钟以前 03e1fe4752af74592642c71eb887c082cb3b847b
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; }
        }