feat(memberPoint): 列表结构调整
This commit is contained in:
parent
7d0d4e4b0d
commit
ce749c627a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue