feat(memberPoint): 列表结构调整

This commit is contained in:
woody 2025-10-21 10:38:57 +08:00
parent 7d0d4e4b0d
commit ce749c627a
1 changed files with 2 additions and 2 deletions

View File

@ -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