Compare commits

..

2 Commits

Author SHA1 Message Date
woody c5e41f9de6 Merge branch 'dev' of http://47.94.45.65:3000/angelo/web-zk-admin into test 2025-10-21 10:39:08 +08:00
woody ce749c627a feat(memberPoint): 列表结构调整 2025-10-21 10:38:57 +08:00
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