Commit 4f34856a authored by pengyunqian's avatar pengyunqian

update:状态字段

parent 1f66088a
...@@ -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: "",
......
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