fix: unable to select all options in some dropdown

This commit is contained in:
Marvin Zhang
2025-06-18 22:33:04 +08:00
parent 09cfe37272
commit 38c3a7534a

View File

@@ -66,7 +66,7 @@ const remoteMethod = async (query?: string) => {
]);
}
const sort = labelKey;
const res = await get(endpoint, { filter, limit, sort });
const res = await get(endpoint, { filter, size: limit, sort });
list.value = res.data || [];
} catch (e) {
console.error(e);