zhangjie 2 년 전
부모
커밋
acaccc8c8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/paper/components/SelectQuestionDialog.vue

+ 1 - 1
src/modules/paper/components/SelectQuestionDialog.vue

@@ -346,7 +346,7 @@ export default {
           disabled: this.disabledQuestionIds.includes(item.id),
         };
       });
-      this.total = res.data.total;
+      this.total = res.data.totalElements;
     },
     indexMethod(index) {
       return index + (this.currentPage - 1) * this.pageSize + 1;