0
0
Fork 0

Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6151-fix-searchbar

This commit is contained in:
Jorge Penadés 2024-07-03 13:48:06 +02:00
commit 869d134591
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ const columns = computed(() => [
<VnTable
ref="tableRef"
data-key="SuppliersList"
:url="`Suppliers`"
:url="`Suppliers/filter`"
save-url="Suppliers/crud"
redirect="supplier"
:create="{

View File

@ -182,7 +182,7 @@ const columns = computed(() => [
<VnTable
ref="tableRef"
data-key="TravelList"
url="Travels"
url="Travels/filter"
:create="{
urlCreate: 'Travels',
title: t('Create Travels'),