Browse Source

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

yellowtaotao 3 năm trước cách đây
mục cha
commit
1ecdebe40b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(() => {});
     },