mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-25 21:03:43 +08:00
fix
This commit is contained in:
@@ -169,7 +169,7 @@ const router = useRouter();
|
||||
const { total, users, fetchUsersWith } = useUserQuery();
|
||||
const { deleteUser } = useUserDelete();
|
||||
const userUpsert = useUserUpsert();
|
||||
const { sortFields, sortBy, handleSort, getSortField } = useSort();
|
||||
const { sortBy, handleSort, getSortField } = useSort();
|
||||
const alertStore = useAlertStore();
|
||||
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user