From 30b299c1554b91bfd678b41ff1f854c8c0b0e50b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 12 六月 2024 16:27:52 +0800 Subject: [PATCH] 响应调整 --- src/views/education/subject/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/education/subject/list.vue b/src/views/education/subject/list.vue index 20a66e0..3a4e0c9 100644 --- a/src/views/education/subject/list.vue +++ b/src/views/education/subject/list.vue @@ -58,7 +58,7 @@ search () { this.listLoading = true subjectApi.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