Commit 4f34856a authored by pengyunqian's avatar pengyunqian

update:状态字段

parent 1f66088a
......@@ -288,7 +288,7 @@ import {
getWithdrawAudit,
getApplyDetail,
getFreezingFund,
// getAll_role_list
getAll_role_list
} from "../../../service/Withdrawal/withdrawal";
import { ElMessage } from "element-plus";
export default {
......@@ -340,16 +340,15 @@ export default {
},
created() {
this.getApplyList();
// this.getPermissionsAll();
this.getPermissionsAll();
},
methods: {
// getPermissionsAll () {
// // this.user_info = this.$store.state.userInfo
// let { email } = this.$store.state.userInfo
// getAll_role_list(email).then(res => {
// this.permissionsAll = res
// })
// },
getPermissionsAll () {
let { email } = this.$store.state.userInfo
getAll_role_list(email).then(res => {
this.permissionsAll = res
})
},
// tab切换
handleTabChange() {
this.getApplyList();
......@@ -413,7 +412,7 @@ export default {
handleBlackList(action) {
const { user_id, wallet_id } = this.dialogData.showData;
const params = {
id: user_id,
user_id,
wallet_id,
is_freezing: action === "黑名单" ? 1 : 0,
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