mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fix: unable to select all options in some dropdown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user