diff client/src/components/importoverview/ImportOverview.vue @ 4141:be34d02cff73

refresh layers with preceding cache invalidation
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 02 Aug 2019 09:42:02 +0200
parents 23f88a6c1e88
children ad2bf9580696
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Thu Aug 01 19:27:30 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Fri Aug 02 09:42:02 2019 +0200
@@ -414,6 +414,7 @@
               .then(response => {
                 this.loadLogs();
                 this.$store.commit("imports/setReviewed", []);
+                this.$store.commit("gauges/deleteNashSutcliffeCache");
                 this.$store.dispatch("map/refreshLayers");
                 this.$store.dispatch("imports/loadStagingNotifications");
                 this.$store.dispatch("imports/loadStretches");