Compare commits
2 Commits
6003a12032
...
c5e41f9de6
Author | SHA1 | Date |
---|---|---|
|
c5e41f9de6 | |
|
ce749c627a |
|
@ -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.data.rows
|
this.tableData = res.rows
|
||||||
this.total = res.data.total
|
this.total = res.total
|
||||||
}
|
}
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
Loading…
Reference in New Issue