#7874 add observation type #765
|
@ -34,6 +34,8 @@ const observationTypes = ref([]);
|
||||||
const vnPaginateRef = ref();
|
const vnPaginateRef = ref();
|
||||||
|
|
||||||
async function insert() {
|
async function insert() {
|
||||||
|
if (!newNote.text || !newNote.observationTypeFk) return;
|
||||||
|
|
||||||
const body = $props.body;
|
const body = $props.body;
|
||||||
const newBody = {
|
const newBody = {
|
||||||
...body,
|
...body,
|
||||||
|
|
Loading…
Reference in New Issue