Bugfix
This commit is contained in:
@@ -23,7 +23,7 @@ const commonProps = reactive({
|
|||||||
|
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
const response = await fetch('/api/v1/retreive-global-data');
|
const response = await fetch('/api/v1/core/retrieve-global-data');
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
Object.assign(commonProps, data);
|
Object.assign(commonProps, data);
|
||||||
|
|
||||||
@@ -74,8 +74,7 @@ console.log(props.data.treasurers)
|
|||||||
title="Schatzis zuweisen"
|
title="Schatzis zuweisen"
|
||||||
@close="emit('closeTreasurers')"
|
@close="emit('closeTreasurers')"
|
||||||
>
|
>
|
||||||
Zuständige Schatzis:
|
<h3>Zuständige Schatzis:</h3>
|
||||||
|
|
||||||
<p v-for="user in commonProps.activeUsers">
|
<p v-for="user in commonProps.activeUsers">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|||||||
Reference in New Issue
Block a user