|
|
@ -275,6 +275,7 @@ const handleDelete = async (id: number) => { |
|
|
|
const handleFree = async (row: any) => { |
|
|
|
try { |
|
|
|
// 发起删除 |
|
|
|
console.log(row.frozenStatus) |
|
|
|
if(row.frozenStatus=="是"){ |
|
|
|
await UserApi.unLockUser(row.id) |
|
|
|
message.success(t('common.unLockSuccess')) |
|
|
|