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)