From ce749c627afc0332437a91824cf503ceb3d583a2 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 21 Oct 2025 10:38:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(memberPoint):=20=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/memberPointInfo/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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