feat: refs #8237 changed observation type to be SalesPerson by default

This commit is contained in:
PAU ROVIRA ROSALENY 2025-03-24 09:22:51 +01:00
parent f2e65a7e65
commit 933736e06b
1 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@ function fetchData([data]) {
filled filled
size="lg" size="lg"
autogrow autogrow
autofocus
@keyup.enter.stop="handleClick" @keyup.enter.stop="handleClick"
:required="isRequired" :required="isRequired"
clearable clearable
@ -189,7 +190,7 @@ function fetchData([data]) {
:search-url="false" :search-url="false"
@on-fetch=" @on-fetch="
newNote.text = ''; newNote.text = '';
newNote.observationTypeFk = null; newNote.observationTypeFk = 4;
" "
> >
<template #body="{ rows }"> <template #body="{ rows }">