From 16fa3de5736ad3c6157c8ec028a1f6b59dcf1fa7 Mon Sep 17 00:00:00 2001 From: elweyn Date: Sat, 4 Dec 2021 12:29:38 +0100 Subject: [PATCH] click on months in the creation form if index 0, and id set for the label --- admin/src/components/CreationFormular.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/admin/src/components/CreationFormular.vue b/admin/src/components/CreationFormular.vue index dd19ef7ca..41eeef6a3 100644 --- a/admin/src/components/CreationFormular.vue +++ b/admin/src/components/CreationFormular.vue @@ -6,6 +6,7 @@ - +
@@ -92,6 +95,7 @@ v-if="pagetype === 'PageCreationConfirm'" type="button" variant="success" + class="test-submit" @click="submitCreation" :disabled="radioSelected === '' || value <= 0 || text.length < 10" > @@ -183,7 +187,9 @@ export default { methods: { // Auswählen eines Zeitraumes updateRadioSelected(name, index, openCreation) { + console.log('this.createdIndex befor', this.createdIndex) this.createdIndex = index + console.log('this.createdIndex last', this.createdIndex) // Wenn Mehrfachschöpfung if (this.type === 'massCreation') { // An Creation.vue emitten und radioSelectedMass aktualisieren