#7874 add observation type #765

Merged
jorgep merged 22 commits from 7874-addObservationType into dev 2024-10-14 14:16:45 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 50042ed45b - Show all commits

View File

@ -34,6 +34,8 @@ const observationTypes = ref([]);
const vnPaginateRef = ref();
async function insert() {
if (!newNote.text || !newNote.observationTypeFk) return;
const body = $props.body;
const newBody = {
...body,