Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
Commits
feba5e9c
Commit
feba5e9c
authored
Jun 24, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消费接口修改
parent
d6a90a70
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-0
RecordsOfConsumption.vue
...mponents/pages/PaymentManagement/RecordsOfConsumption.vue
+1
-1
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
feba5e9c
...
@@ -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
)
{
...
...
src/components/pages/PaymentManagement/RecordsOfConsumption.vue
View file @
feba5e9c
...
@@ -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/c
harg
e/list_expense_record?
${
RecordListData
}
`
).
then
((
res
)
=>
{
$http
.
get
(
`/v1/c
onsum
e/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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment