龚焕茏
2024-06-12 8b2a9dcd9ada7a5fd40f8aa0993f6afef67493d3
src/views/exam/paper/list.vue
@@ -72,7 +72,7 @@
    search () {
      this.listLoading = true
      examPaperApi.pageList(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