0
0
Fork 0

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" v-for="row of rows"
> >
<template #list-items> <template #list-items>
<VnLv :label="t('claim.list.customer')" @click.stop> <VnLv :label="t('claim.list.customer')">
<template #value> <template #value>
<span class="link" @click.stop> <span class="link" @click.stop>
{{ row.clientName }} {{ row.clientName }}

View File

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