From 0b86820060d0b110dee9efa39d3056ad3a30a548 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 10 Aug 2021 18:13:09 +0200 Subject: [PATCH] set gdtBalance again by transactionList API call --- frontend/src/views/Layout/DashboardLayout_gdd.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index 523e64621..5ede763be 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -128,6 +128,7 @@ export default { pagination.items, ) if (result.success) { + this.GdtBalance = Number(result.result.data.gdtSum) this.transactions = result.result.data.transactions this.balance = Number(result.result.data.decay) this.bookedBalance = Number(result.result.data.balance)