Commit d393291f by liang ce

token和orgId封装

parent 3ba5dc05
...@@ -189,12 +189,12 @@ export default { ...@@ -189,12 +189,12 @@ export default {
}, },
// 获取消费列表 // 获取消费列表
queryRecordList () { queryRecordList () {
let RecordData = this.$qs.stringify({ let RecordData = {
currentPage: this.pagination.current, currentPage: this.pagination.current,
pageNumber: this.pagination.defaultPageSize, pageNumber: this.pagination.defaultPageSize,
subsidyType: this.searchSource.type, subsidyType: this.searchSource.type,
agentId: this.searchSource.agentId agentId: this.searchSource.agentId
}) }
$http.get(`/mingpay/v1/isv/account/list_couponRecord`, RecordData).then((res) => { $http.get(`/mingpay/v1/isv/account/list_couponRecord`, RecordData).then((res) => {
let data = res.data.data let data = res.data.data
this.recordsList = data.list this.recordsList = data.list
......
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