This commit is contained in:
Mathieu Jaumotte 2021-05-10 19:19:11 +02:00
parent edf4430fb1
commit e0b689174a

View File

@ -91,7 +91,6 @@ export default {
}, },
addNewPersons({ selected, modal }) { addNewPersons({ selected, modal }) {
console.log('@@@ CLICK button addNewPersons', selected); console.log('@@@ CLICK button addNewPersons', selected);
this.$refs.addPersons.checkUniq();
selected.forEach(function(item) { selected.forEach(function(item) {
this.$store.dispatch('addRequestor', item); this.$store.dispatch('addRequestor', item);
}, this }, this