7773-testToMaster_2430 #561

Merged
alexm merged 424 commits from 7773-testToMaster_2430 into master 2024-07-23 06:24:05 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 869d134591 - Show all commits

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'),