comparison client/src/morphtool/Morphtool.vue @ 1015:d2f30a784fb3

feat: add selectfield to fairwayprofile
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 23 Oct 2018 14:28:43 +0200
parents 9d4af4b1c5c8
children ca628dce90dd
comparison
equal deleted inserted replaced
1014:77202406b1a7 1015:d2f30a784fb3
132 "Content-type": "text/xml; charset=UTF-8" 132 "Content-type": "text/xml; charset=UTF-8"
133 } 133 }
134 }) 134 })
135 .then(response => { 135 .then(response => {
136 this.surveyList = response.data; 136 this.surveyList = response.data;
137 this.$store.commit(
138 "fairwayprofile/setAvailableSurveys",
139 response.data
140 );
137 }) 141 })
138 .catch(error => { 142 .catch(error => {
139 this.surveyList = null; 143 this.surveyList = null;
140 const { status, data } = error.response; 144 const { status, data } = error.response;
141 displayError({ 145 displayError({