mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
closeParticipation fetch DELETE request
This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
||||
addPersons() {
|
||||
console.log('@@@ CLICK button addPersons')
|
||||
this.selected.forEach(function(item) {
|
||||
console.log('# dispatch action for each item', item);
|
||||
//console.log('# dispatch action for each item', item);
|
||||
this.$store.dispatch('addParticipation', item);
|
||||
}, this
|
||||
);
|
||||
|
Reference in New Issue
Block a user