Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
a23f6b14
Commit
a23f6b14
authored
Nov 18, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add query
parent
e3922f0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/pages/authority/user/money.vue
src/pages/authority/user/money.vue
+3
-3
No files found.
src/pages/authority/user/money.vue
View file @
a23f6b14
...
@@ -110,7 +110,6 @@ export default {
...
@@ -110,7 +110,6 @@ export default {
watch
:
{},
watch
:
{},
computed
:
{},
computed
:
{},
created
()
{
created
()
{
this
.
refreshData
()
this
.
user_info
()
this
.
user_info
()
},
},
mounted
()
{
mounted
()
{
...
@@ -194,7 +193,7 @@ export default {
...
@@ -194,7 +193,7 @@ export default {
refreshData
(){
refreshData
(){
this
.
$http
this
.
$http
.
get
(
.
get
(
`/apaas/backmgt/user/rechargeRecords?start=
${
this
.
search_date
[
0
]
||
''
}
&end=
${
this
.
search_date
[
1
]
||
''
}
&limit=
${
this
.
currentlimit
}
&page=
${
this
.
currentPage
}
`
`/apaas/backmgt/user/rechargeRecords?
user_id=
${
this
.
user_info1
.
user_id
}
&
start=
${
this
.
search_date
[
0
]
||
''
}
&end=
${
this
.
search_date
[
1
]
||
''
}
&limit=
${
this
.
currentlimit
}
&page=
${
this
.
currentPage
}
`
).
then
((
res
)
=>
{
).
then
((
res
)
=>
{
if
(
res
.
data
.
success
){
if
(
res
.
data
.
success
){
console
.
log
(
res
.
data
.
data
);
console
.
log
(
res
.
data
.
data
);
...
@@ -210,7 +209,8 @@ export default {
...
@@ -210,7 +209,8 @@ export default {
).
then
((
res
)
=>
{
).
then
((
res
)
=>
{
if
(
res
.
data
.
success
){
if
(
res
.
data
.
success
){
console
.
log
(
res
.
data
.
data
);
console
.
log
(
res
.
data
.
data
);
this
.
user_info1
=
res
.
data
.
data
this
.
user_info1
=
res
.
data
.
data
;
this
.
refreshData
()
}
}
})
})
},
},
...
...
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