diff --git a/pages/index/courseManage.vue b/pages/index/courseManage.vue index b78497c..54a1871 100644 --- a/pages/index/courseManage.vue +++ b/pages/index/courseManage.vue @@ -89,8 +89,8 @@ method: 'get', params: this.queryParams }).then((res) => { - if (res.code == 200) { - this.dataList = res.rows + if (res.code == 0) { + this.dataList = res.data.records } }) },