diff --git a/frontend/src/pages/Transactions.vue b/frontend/src/pages/Transactions.vue index 40d883886..50e71f1ae 100644 --- a/frontend/src/pages/Transactions.vue +++ b/frontend/src/pages/Transactions.vue @@ -79,7 +79,7 @@ export default { this.$emit('update-transactions', pagination) }, }, - created() { + mounted() { if (this.gdt) { this.updateGdt() } @@ -90,6 +90,11 @@ export default { this.updateGdt() } }, + gdt() { + if (this.gdt) { + this.updateGdt() + } + }, }, }