fix: refs #8727 hotfix customerMandate
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2025-03-10 07:29:20 +01:00
parent 7c0c1076e9
commit 3a104fb51e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@ const filter = {
{ relation: 'mandateType', scope: { fields: ['id', 'code'] } },
{ relation: 'company', scope: { fields: ['id', 'code'] } },
],
where: { clientFk: route.params.id },
order: ['created DESC'],
limit: 20,
};
@ -66,6 +65,7 @@ const columns = computed(() => [
data-key="Mandates"
url="Mandates"
:user-filter="filter"
:filter="{ where: { clientFk: route.params.id } }"
auto-load
:columns="columns"
class="full-width q-mt-md"