|
@@ -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;
|