diff --git a/app/components/app/control-letter/_common/select-unit.vue b/app/components/app/control-letter/_common/select-unit.vue index afe0ca0a..0aef857f 100644 --- a/app/components/app/control-letter/_common/select-unit.vue +++ b/app/components/app/control-letter/_common/select-unit.vue @@ -33,7 +33,7 @@ const { const units = ref>([]) async function fetchData() { - units.value = await getUnitLabelList({}, true) + units.value = await getUnitLabelList({}) } const selectedUnitId = inject>("selectedUnitId")! diff --git a/app/components/app/summary-medic/entry.vue b/app/components/app/summary-medic/entry.vue new file mode 100644 index 00000000..f75e918e --- /dev/null +++ b/app/components/app/summary-medic/entry.vue @@ -0,0 +1,147 @@ + + +