src/views/answer/list.vue
@@ -61,7 +61,7 @@ search () { this.listLoading = true examPaperAnswerApi.page(this.queryParam).then(data => { const re = data.response const re = data.data this.tableData = re.list this.total = re.total this.queryParam.pageIndex = re.pageNum