Browse Source

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

yellowtaotao 3 years ago
parent
commit
1ecdebe40b
1 changed files with 1 additions and 1 deletions
  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(() => {});
     },