From c280abf6e11d79b4b1a57c0a92b069b9b7e52aab Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 13 六月 2024 11:35:50 +0800 Subject: [PATCH] feat :答卷 --- src/views/exam/paper/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/exam/paper/list.vue b/src/views/exam/paper/list.vue index d766adf..bd9c2e5 100644 --- a/src/views/exam/paper/list.vue +++ b/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 -- Gitblit v1.8.0