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