add leaflet refinement

This commit is contained in:
Arno Kaimbacher 2019-01-08 14:15:43 +01:00
parent d6c449c2df
commit 4504a0dcf8
9 changed files with 159 additions and 5 deletions

View file

@ -57,7 +57,7 @@ const app = new Vue({
redirectLink : null,
step: 2,
step: 1,
dataset : dataset
// dataset: {
// type: '',
@ -125,7 +125,7 @@ const app = new Vue({
this.uploadedFiles = [];
this.uploadError = null;
this.dataset.reset();//reset methods will trigger property changed.
this.step = 2;
this.step = 1;
},
retry() {
// reset form to initial state