瀏覽代碼

调整项目报告审核分页不对的情况

Lijy 9 月之前
父節點
當前提交
355b18c758
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/list.vue

@@ -915,7 +915,7 @@
                         }
                         this.listBackup = JSON.parse(JSON.stringify(res.data));
                         console.log(this.listBackup, "《====== 赋值")
-                        this.list = this.currentChangePage(10, 1, res.data);
+                        this.list = this.currentChangePage(this.reviewTableObj.reviewTableSize, 1, res.data);
                         let total = res.data.length || 0
                         this.reviewTableObj = {
                             reviewTableTotal: total,