修复账号管理状态
This commit is contained in:
@ -137,10 +137,10 @@ const handleStatusChange = (row: any) => {
|
||||
getList();
|
||||
}
|
||||
}).catch(() => {
|
||||
row.status = !row.status
|
||||
getList();
|
||||
})
|
||||
}).catch(() => {
|
||||
row.status = !row.status
|
||||
getList();
|
||||
})
|
||||
};
|
||||
onMounted(() => {
|
||||
|
Reference in New Issue
Block a user