From 64430f6b2863feeac00dcfaa2738a76319396abf Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 31 May 2022 13:31:47 +0200 Subject: [PATCH] add emit and props for update formular --- admin/src/components/AutomaticCreation.vue | 17 ++++++---- .../src/components/AutomaticCreationForm.vue | 33 ++++++++++++++++--- .../src/components/AutomaticCreationList.vue | 2 +- 3 files changed, 39 insertions(+), 13 deletions(-) diff --git a/admin/src/components/AutomaticCreation.vue b/admin/src/components/AutomaticCreation.vue index 35875aeb2..5c9fbe6c1 100644 --- a/admin/src/components/AutomaticCreation.vue +++ b/admin/src/components/AutomaticCreation.vue @@ -12,7 +12,7 @@ + New Automatic Creations - +

Automatic Creations

@@ -31,11 +31,15 @@ diff --git a/admin/src/components/AutomaticCreationList.vue b/admin/src/components/AutomaticCreationList.vue index 24134b08a..092629730 100644 --- a/admin/src/components/AutomaticCreationList.vue +++ b/admin/src/components/AutomaticCreationList.vue @@ -81,7 +81,7 @@ export default { }, editAutomaticCreations(row) { this.$emit('editAutomaticContributionData', row.item) - this.$root.$emit('bv::toggle::collapse', 'newContribution') + }, showAutomaticCreations(row) {