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