This commit is contained in:
Chuck1sn
2025-05-26 16:55:32 +08:00
parent 9f2f0bc0e0
commit 2675212582
5 changed files with 48 additions and 11 deletions

View File

@@ -169,7 +169,7 @@ const router = useRouter();
const { total, users, fetchUsersWith } = useUserQuery();
const { deleteUser } = useUserDelete();
const userUpsert = useUserUpsert();
const { sortBy, handleSort, getSortField } = useSort();
const { sortBy, handleSort, getSortField } = useSort();
const alertStore = useAlertStore();
onMounted(async () => {