Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 6280_vnLocation

This commit is contained in:
Javier Segarra 2024-01-23 11:36:47 +01:00
commit 7f24b32336
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ function viewSummary(id) {
v-for="row of rows"
>
<template #list-items>
<VnLv :label="t('claim.list.customer')" @click.stop>
<VnLv :label="t('claim.list.customer')">
<template #value>
<span class="link" @click.stop>
{{ row.clientName }}

View File

@ -19,7 +19,7 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => {
order: '',
data: ref(),
isLoading: false,
userParamsChanged: true,
userParamsChanged: false,
exprBuilder: null,
};
}