ZhangXianQiang
2024-05-16 70370be9f2d6a45c5752e18b7e9b127174f7e3c6
src/views/answer/list.vue
@@ -74,7 +74,9 @@
      this.listLoading = true
      examPaperAnswerApi.page(this.queryParam).then(data => {
        const re = data.response
        this.avgSource = re.list[0].avgSource
        if (re.list.length>0){
          this.avgSource = re.list[0].avgSource
        }
        this.tableData = re.list
        this.total = re.total
        this.queryParam.pageIndex = re.pageNum