comparison client/src/components/ImportSoundingresults.vue @ 2435:3679d604645e

client: renamed store action There will be a second action to load bottlenecks with all properties like for the map. So I renamed the old action to loadBottleneckList. The new one will then be named loadBottlenecks... or loadBottlenecksFull or sth.
author Markus Kottlaender <markus@intevation.de>
date Fri, 01 Mar 2019 08:28:00 +0100
parents 64be06696899
children 64ff5984351e
comparison
equal deleted inserted replaced
2434:817b3d726b43 2435:3679d604645e
277 }); 277 });
278 }); 278 });
279 } 279 }
280 }, 280 },
281 mounted() { 281 mounted() {
282 this.$store.dispatch("bottlenecks/loadBottlenecks"); 282 this.$store.dispatch("bottlenecks/loadBottlenecksList");
283 }, 283 },
284 watch: { 284 watch: {
285 showContextBox() { 285 showContextBox() {
286 if (!this.showContextBox && this.token) this.deleteTempData(); 286 if (!this.showContextBox && this.token) this.deleteTempData();
287 } 287 }