#7874 add observation type #765
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue