comparison 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
comparison
equal deleted inserted replaced
4134:9864d682ab47 4141:be34d02cff73
412 this.$store 412 this.$store
413 .dispatch("imports/confirmReview", data) 413 .dispatch("imports/confirmReview", data)
414 .then(response => { 414 .then(response => {
415 this.loadLogs(); 415 this.loadLogs();
416 this.$store.commit("imports/setReviewed", []); 416 this.$store.commit("imports/setReviewed", []);
417 this.$store.commit("gauges/deleteNashSutcliffeCache");
417 this.$store.dispatch("map/refreshLayers"); 418 this.$store.dispatch("map/refreshLayers");
418 this.$store.dispatch("imports/loadStagingNotifications"); 419 this.$store.dispatch("imports/loadStagingNotifications");
419 this.$store.dispatch("imports/loadStretches"); 420 this.$store.dispatch("imports/loadStretches");
420 this.$store.dispatch("imports/loadSections"); 421 this.$store.dispatch("imports/loadSections");
421 const messages = response.data 422 const messages = response.data