diff --git a/src/views/information/memberPointInfo/index.vue b/src/views/information/memberPointInfo/index.vue index db17816..8e4fcbd 100644 --- a/src/views/information/memberPointInfo/index.vue +++ b/src/views/information/memberPointInfo/index.vue @@ -172,8 +172,8 @@ export default { this.loading = true getMemberPointList(this.queryParams).then((res) => { if (res.code === 200) { - this.tableData = res.data.rows - this.total = res.data.total + this.tableData = res.rows + this.total = res.total } }).finally(() => { this.loading = false