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