From dfc4a7ddde1ac4d331a21ead824f2285ad23a412 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 13 Apr 2022 10:35:29 +0200 Subject: [PATCH] remove mounted --- frontend/src/components/GdtTransactionList.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/GdtTransactionList.vue b/frontend/src/components/GdtTransactionList.vue index 8944ea69b..d0d375ca9 100644 --- a/frontend/src/components/GdtTransactionList.vue +++ b/frontend/src/components/GdtTransactionList.vue @@ -81,9 +81,6 @@ export default { }) }, }, - mounted() { - this.updateGdt() - }, watch: { currentPage() { this.updateGdt()