move postPerson fetch method from children to onthefly first level (to squash)

This commit is contained in:
2021-08-25 22:47:00 +02:00
parent 25f43bc758
commit a0fd3cd481
4 changed files with 57 additions and 28 deletions

View File

@@ -228,7 +228,7 @@ export default {
this.suggested.unshift(this.priorSuggestion);
this.selected.unshift(this.priorSuggestion);
console.log('reset onthefly');
console.log('reset priorSuggestion');
this.$store.commit('newPriorSuggestion', null);
}
}