feat: only filter by isDestiny
This commit is contained in:
parent
b781940c77
commit
1c88bf2556
|
@ -372,7 +372,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
||||||
<template>
|
<template>
|
||||||
<FetchData
|
<FetchData
|
||||||
url="Warehouses"
|
url="Warehouses"
|
||||||
:filter="{ order: ['name'] }"
|
:filter="{ where: { isDestiny: true }, order: ['name'] }"
|
||||||
auto-load
|
auto-load
|
||||||
@on-fetch="(data) => onWarehousesFetched(data)"
|
@on-fetch="(data) => onWarehousesFetched(data)"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue