mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
when passed option uniq, suggestions are with radio button, not checkbox
This commit is contained in:
@@ -104,10 +104,7 @@ export default {
|
||||
},
|
||||
addNewPersons({ selected, modal }) {
|
||||
console.log('@@@ CLICK button addNewPersons', selected);
|
||||
selected.forEach(function(item) {
|
||||
this.$store.dispatch('addRequestor', item);
|
||||
}, this
|
||||
);
|
||||
this.$store.dispatch('addRequestor', selected);
|
||||
this.$refs.addPersons.resetSearch(); // to cast child method
|
||||
modal.showModal = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user