Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
4f34856a
Commit
4f34856a
authored
Jul 20, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:状态字段
parent
1f66088a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
index.vue
src/pages/Withdrawal/Audit/index.vue
+9
-10
No files found.
src/pages/Withdrawal/Audit/index.vue
View file @
4f34856a
...
@@ -288,7 +288,7 @@ import {
...
@@ -288,7 +288,7 @@ import {
getWithdrawAudit
,
getWithdrawAudit
,
getApplyDetail
,
getApplyDetail
,
getFreezingFund
,
getFreezingFund
,
//
getAll_role_list
getAll_role_list
}
from
"../../../service/Withdrawal/withdrawal"
;
}
from
"../../../service/Withdrawal/withdrawal"
;
import
{
ElMessage
}
from
"element-plus"
;
import
{
ElMessage
}
from
"element-plus"
;
export
default
{
export
default
{
...
@@ -340,16 +340,15 @@ export default {
...
@@ -340,16 +340,15 @@ export default {
},
},
created
()
{
created
()
{
this
.
getApplyList
();
this
.
getApplyList
();
//
this.getPermissionsAll();
this
.
getPermissionsAll
();
},
},
methods
:
{
methods
:
{
// getPermissionsAll () {
getPermissionsAll
()
{
// // this.user_info = this.$store.state.userInfo
let
{
email
}
=
this
.
$store
.
state
.
userInfo
// let { email } = this.$store.state.userInfo
getAll_role_list
(
email
).
then
(
res
=>
{
// getAll_role_list(email).then(res => {
this
.
permissionsAll
=
res
// this.permissionsAll = res
})
// })
},
// },
// tab切换
// tab切换
handleTabChange
()
{
handleTabChange
()
{
this
.
getApplyList
();
this
.
getApplyList
();
...
@@ -413,7 +412,7 @@ export default {
...
@@ -413,7 +412,7 @@ export default {
handleBlackList
(
action
)
{
handleBlackList
(
action
)
{
const
{
user_id
,
wallet_id
}
=
this
.
dialogData
.
showData
;
const
{
user_id
,
wallet_id
}
=
this
.
dialogData
.
showData
;
const
params
=
{
const
params
=
{
id
:
user_id
,
user_id
,
wallet_id
,
wallet_id
,
is_freezing
:
action
===
"黑名单"
?
1
:
0
,
is_freezing
:
action
===
"黑名单"
?
1
:
0
,
opt_desc
:
""
,
opt_desc
:
""
,
...
...
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