fix: fix true
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
4008f50781
commit
c5f2be688c
|
@ -27,13 +27,13 @@ const warehousesOptionsIn = ref([]);
|
||||||
url="Warehouses"
|
url="Warehouses"
|
||||||
@on-fetch="(data) => (warehousesOptionsOut = data)"
|
@on-fetch="(data) => (warehousesOptionsOut = data)"
|
||||||
auto-load
|
auto-load
|
||||||
:filter="{ where: { isOrigin: 1 } }"
|
:filter="{ where: { isOrigin: TRUE } }"
|
||||||
/>
|
/>
|
||||||
<FetchData
|
<FetchData
|
||||||
url="Warehouses"
|
url="Warehouses"
|
||||||
@on-fetch="(data) => (warehousesOptionsIn = data)"
|
@on-fetch="(data) => (warehousesOptionsIn = data)"
|
||||||
auto-load
|
auto-load
|
||||||
:filter="{ where: { isDestiny: 1 } }"
|
:filter="{ where: { isDestiny: TRUE } }"
|
||||||
/>
|
/>
|
||||||
<FormModel :url-update="`Travels/${route.params.id}`" model="Travel" auto-load>
|
<FormModel :url-update="`Travels/${route.params.id}`" model="Travel" auto-load>
|
||||||
<template #form="{ data }">
|
<template #form="{ data }">
|
||||||
|
|
Loading…
Reference in New Issue