fix: use right endpoint for CustomerList
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2025-01-24 15:38:47 +01:00
parent 658747d479
commit fb5b347bb6
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ function handleLocation(data, location) {
<VnTable <VnTable
ref="tableRef" ref="tableRef"
data-key="CustomerList" data-key="CustomerList"
url="Clients/filter" url="Clients/extendedListFilter"
order="id DESC" order="id DESC"
:create="{ :create="{
urlCreate: 'Clients/createWithUser', urlCreate: 'Clients/createWithUser',