소스 검색

处理考试详情的未参考人员表格的分页问题

yellowtaotao 3 년 전
부모
커밋
1ecdebe40b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/examManagement/examManagementDetailMore.vue

+ 1 - 1
src/views/examManagement/examManagementDetailMore.vue

@@ -176,7 +176,7 @@ export default {
         .then((res) => {
           let resData = res.data.content;
           this.unReferencedTableData = [...resData];
-          this.unReferencedTableData.total = res.data.totalElements; // 总条数
+          this.unReferencedPagination.total = res.data.totalElements; // 总条数
         })
         .catch(() => {});
     },