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

Merged
provira merged 8 commits from 8237-defaultObservationType into dev 2025-03-25 06:16:17 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 933736e06b - Show all commits

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;
provira marked this conversation as resolved Outdated

importante no ponemos numeros en el codigo

**importante** no ponemos numeros en el codigo
"
>
<template #body="{ rows }">