Преглед изворни кода

fix: 修复refused不能翻页问题

weijin пре 4 година
родитељ
комит
d772f7ffcb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/Bok/Main/QuestionRepository.vue

+ 1 - 1
src/views/Bok/Main/QuestionRepository.vue

@@ -159,7 +159,7 @@ export default {
       this.$api.getStateQuestion(states, val - 1, this.pageSize)
           .then(res => {
             console.log(res);
-            this.questionList = res.data.result.content;
+            this.refusedQuestionList = res.data.result.content;
           })
           .catch(error => {
             console.log(error);