zhangjie 2 anos atrás
pai
commit
61df2fa664

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

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