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
a687e17d
Commit
a687e17d
authored
Jul 19, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:接口
parent
5ce0342b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
index.vue
src/pages/Withdrawal/Audit/index.vue
+9
-9
withdrawal.js
src/service/Withdrawal/withdrawal.js
+2
-2
No files found.
src/pages/Withdrawal/Audit/index.vue
View file @
a687e17d
...
@@ -263,13 +263,13 @@
...
@@ -263,13 +263,13 @@
<el-button
<el-button
type=
"primary"
type=
"primary"
@
click=
"handleAdoptList('通过')"
@
click=
"handleAdoptList('通过')"
v-show=
"dialogData.showMode === 'audit'"
v-show=
"dialogData.showMode === 'audit'
&& searchProps.withdraw_apply_status === '1'
"
>
通过
</el-button
>
通过
</el-button
>
>
<el-button
<el-button
type=
"danger"
type=
"danger"
@
click=
"handleRefuseList('拒绝')"
@
click=
"handleRefuseList('拒绝')"
v-show=
"dialogData.showMode === 'audit'"
v-show=
"dialogData.showMode === 'audit'
&& searchProps.withdraw_apply_status === '2'
"
>
拒绝
</el-button
>
拒绝
</el-button
>
>
<el-button
@
click=
"outerVisible = false"
>
{{
<el-button
@
click=
"outerVisible = false"
>
{{
...
@@ -320,12 +320,12 @@ export default {
...
@@ -320,12 +320,12 @@ export default {
showMode
:
"audit"
,
//判断是审核还是查看
showMode
:
"audit"
,
//判断是审核还是查看
},
},
// 黑名单
// 黑名单
blackList
:
{
//
blackList: {
user_id
:
""
,
//
user_id: "",
wallet_id
:
""
,
//
wallet_id: "",
is_freezing
:
0
,
//
is_freezing: 0,
opt_desc
:
""
,
//
opt_desc: "",
},
//
},
award
:
""
,
//奖励明细
award
:
""
,
//奖励明细
outerVisible
:
false
,
//外层弹框
outerVisible
:
false
,
//外层弹框
page
:
20
,
page
:
20
,
...
@@ -389,7 +389,7 @@ export default {
...
@@ -389,7 +389,7 @@ export default {
const
params
=
{
const
params
=
{
user_id
,
user_id
,
wallet_id
,
wallet_id
,
is_freezing
:
1
,
is_freezing
:
val
===
,
opt_desc
:
""
,
opt_desc
:
""
,
};
};
this
.
handleConfirm
(
"黑名单"
,
params
);
this
.
handleConfirm
(
"黑名单"
,
params
);
...
...
src/service/Withdrawal/withdrawal.js
View file @
a687e17d
...
@@ -16,8 +16,8 @@ export async function getApplyList () {
...
@@ -16,8 +16,8 @@ export async function getApplyList () {
return
res
;
return
res
;
}
}
// 获取订单审核--通过,拒绝
// 获取订单审核--通过,拒绝
export
async
function
getWithdrawAudit
({
withdraw_apply_
id
,
withdraw_apply_status
})
{
export
async
function
getWithdrawAudit
({
id
,
withdraw_apply_status
})
{
const
res
=
await
axios
.
post
(
"/api/v1/get_withdraw_audit"
,{
params
:
getParams
({
withdraw_apply_
id
,
withdraw_apply_status
})});
const
res
=
await
axios
.
post
(
"/api/v1/get_withdraw_audit"
,{
params
:
getParams
({
id
,
withdraw_apply_status
})});
return
res
;
return
res
;
}
}
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