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;