8093-devToTest_2442_3 #831
|
@ -34,7 +34,7 @@ const observationTypes = ref([]);
|
|||
const vnPaginateRef = ref();
|
||||
|
||||
async function insert() {
|
||||
if (!newNote.text || !newNote.observationTypeFk) return;
|
||||
if (!newNote.text || ($props.selectType && !newNote.observationTypeFk)) return;
|
||||
|
||||
const body = $props.body;
|
||||
const newBody = {
|
||||
|
|
Loading…
Reference in New Issue