修复账号管理状态

This commit is contained in:
fengerli
2025-07-10 10:24:42 +08:00
parent fa6af8602e
commit f2dada978d
4 changed files with 6 additions and 55 deletions

View File

@ -137,10 +137,10 @@ const handleStatusChange = (row: any) => {
getList();
}
}).catch(() => {
row.status = !row.status
getList();
})
}).catch(() => {
row.status = !row.status
getList();
})
};
onMounted(() => {