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
|
||||
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