From 9881293a1d4bb6e1c636f397f508ba9bc0f88ce0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 15 Dec 2022 14:30:00 +0100 Subject: [PATCH] updateContributionForm add router push --- frontend/src/pages/Community.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 55283dc01..5aaa30d5a 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -278,7 +278,7 @@ export default { this.form.memo = item.memo this.form.amount = item.amount this.updateAmount = item.amount - this.tabIndex = 0 + this.$router.push({ path: '#edit' }) }, updateTransactions(pagination) { this.$emit('update-transactions', pagination)