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