feat: refs #8237 changed observation type to be SalesPerson by default
This commit is contained in:
parent
f2e65a7e65
commit
933736e06b
|
@ -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 }">
|
||||
|
|
Loading…
Reference in New Issue