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