diff client/src/components/importoverview/ImportOverview.vue @ 3684:2babdaa32709

client: importoverview: refresh on mount
author Markus Kottlaender <markus@intevation.de>
date Tue, 18 Jun 2019 14:15:29 +0200
parents 24fafb86b528
children 2589cceebca1
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Tue Jun 18 13:21:41 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Tue Jun 18 14:15:29 2019 +0200
@@ -446,6 +446,7 @@
     }
   },
   mounted() {
+    this.loadUpdatedLogs();
     this.$store.dispatch("usermanagement/loadUsers").catch(error => {
       const { status, data } = error.response;
       displayError({