Commit feba5e9c by liang ce

消费接口修改

parent d6a90a70
...@@ -361,6 +361,7 @@ export default { ...@@ -361,6 +361,7 @@ export default {
let title = '' let title = ''
let content = '' let content = ''
let status = '' let status = ''
let url = ''
const _that = this const _that = this
// 1冻结,2解冻,3注销并结现 // 1冻结,2解冻,3注销并结现
switch (str) { switch (str) {
......
...@@ -160,7 +160,7 @@ export default { ...@@ -160,7 +160,7 @@ export default {
agentId: this.searchSource.agentId, agentId: this.searchSource.agentId,
orgId: sessionStorage.getItem('corpId') orgId: sessionStorage.getItem('corpId')
}) })
$http.get(`/v1/charge/list_expense_record?${RecordListData}`).then((res) => { $http.get(`/v1/consume/list_expense_record?${RecordListData}`).then((res) => {
let data = res.data.data let data = res.data.data
this.recordsList = data.recordList this.recordsList = data.recordList
this.pagination.total = parseInt(data.totalCount) this.pagination.total = parseInt(data.totalCount)
......
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