8179-testToMaster #909

Merged
alexm merged 448 commits from 8179-testToMaster into master 2024-11-12 07:01:12 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 01dc25da8c - Show all commits

View File

@ -57,10 +57,11 @@ onBeforeRouteLeave((to, from, next) => {
</script> </script>
<template> <template>
<FetchData <FetchData
v-if="selectType"
url="ObservationTypes" url="ObservationTypes"
:filter="{ fields: ['id', 'description'] }" :filter="{ fields: ['id', 'description'] }"
:auto-load="selectType" auto-load
@on-fetch="(data) => observationTypes.push(...data)" @on-fetch="(data) => (observationTypes = data)"
/> />
<QCard class="q-pa-xs q-mb-xl full-width" v-if="$props.addNote"> <QCard class="q-pa-xs q-mb-xl full-width" v-if="$props.addNote">
<QCardSection horizontal> <QCardSection horizontal>