Commit 77c28af9 by liang ce

津贴列表参数返回修改

parent fcc7f6e9
...@@ -164,8 +164,8 @@ export default { ...@@ -164,8 +164,8 @@ export default {
}) })
$http.get(`/v1/account/list_couponRecord?${RecordData}`).then((res) => { $http.get(`/v1/account/list_couponRecord?${RecordData}`).then((res) => {
let data = res.data.data let data = res.data.data
this.recordsList = data.recordList this.recordsList = data.list
this.pagination.total = parseInt(data.totalCount) this.pagination.total = parseInt(data.total)
console.log(res.data.data) console.log(res.data.data)
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment