Merge pull request 'fix(ClaimSummary): clean url' (!1576) from fix_claimSummaryUrl into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1576
Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
Alex Moreno 2025-03-11 10:06:42 +00:00
commit 7a4e5a2233
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ function fetchData([data]) {
ref="vnPaginateRef" ref="vnPaginateRef"
class="show" class="show"
v-bind="$attrs" v-bind="$attrs"
search-url="notes" :search-url="false"
@on-fetch=" @on-fetch="
newNote.text = ''; newNote.text = '';
newNote.observationTypeFk = null; newNote.observationTypeFk = null;

View File

@ -80,7 +80,7 @@ const columns = [
:right-search="false" :right-search="false"
:column-search="false" :column-search="false"
:disable-option="{ card: true, table: true }" :disable-option="{ card: true, table: true }"
search-url="actions" :search-url="false"
:filter="{ where: { claimFk: $props.id } }" :filter="{ where: { claimFk: $props.id } }"
:columns="columns" :columns="columns"
:limit="0" :limit="0"