Browse Source

FWHL-241 已修复

hella_online_20250227
陈放 1 month ago
parent
commit
6509dfeb5a
  1. 1
      src/views/system/user/index.vue

1
src/views/system/user/index.vue

@ -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'))

Loading…
Cancel
Save