Compare commits

..

No commits in common. "c5e41f9de66808335d740678406255a8f58058c4" and "6003a120324aa980d80003549ffd23a7cd9cda4d" have entirely different histories.

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.rows
this.total = res.total
this.tableData = res.data.rows
this.total = res.data.total
}
}).finally(() => {
this.loading = false