move test in a test component, clean requestor component

This commit is contained in:
2021-05-07 16:28:33 +02:00
parent 44c9a65505
commit de0e3f7dfd
4 changed files with 87 additions and 56 deletions

View File

@@ -119,7 +119,7 @@ export default {
})
},
addNewPersons() {
console.log('@@@ CLICK button addPersons')
console.log('@@@ CLICK button addNewPersons')
this.selected.forEach(function(item) {
//console.log('# dispatch action for each item', item);
this.$store.dispatch('addParticipation', item);