This commit is contained in:
woody 2025-10-21 10:39:08 +08:00
commit c5e41f9de6
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