Compare commits
No commits in common. "c5e41f9de66808335d740678406255a8f58058c4" and "6003a120324aa980d80003549ffd23a7cd9cda4d" have entirely different histories.
c5e41f9de6
...
6003a12032
|
|
@ -172,8 +172,8 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
getMemberPointList(this.queryParams).then((res) => {
|
getMemberPointList(this.queryParams).then((res) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.tableData = res.rows
|
this.tableData = res.data.rows
|
||||||
this.total = res.total
|
this.total = res.data.total
|
||||||
}
|
}
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue