Merge branch 'dev' of http://47.94.45.65:3000/angelo/web-zk-admin into test
This commit is contained in:
commit
c5e41f9de6
|
@ -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