comparison client/src/fairway/Fairwayprofile.vue @ 1199:181b8a947ecd

fixed property of null bug
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 08:51:44 +0100
parents 1335e088e7ef
children 502e0b960424
comparison
equal deleted inserted replaced
1198:c636ce754148 1199:181b8a947ecd
262 this.$store.dispatch("fairwayprofile/previousCuts"); 262 this.$store.dispatch("fairwayprofile/previousCuts");
263 this.cutLabel = 263 this.cutLabel =
264 this.selectedBottleneck + " (" + new Date().toISOString() + ")"; 264 this.selectedBottleneck + " (" + new Date().toISOString() + ")";
265 }, 265 },
266 coordinatesSelect(newValue) { 266 coordinatesSelect(newValue) {
267 this.applyCoordinates(newValue); 267 if (newValue) {
268 this.applyCoordinates(newValue);
269 }
268 } 270 }
269 }, 271 },
270 methods: { 272 methods: {
271 selectAdditionalSurveyData() { 273 selectAdditionalSurveyData() {
272 if ( 274 if (