mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
visgraph, fix details
This commit is contained in:
@@ -106,7 +106,7 @@ const store = createStore({
|
||||
}
|
||||
})
|
||||
//console.log('array', array.map(item => item.person.id))
|
||||
console.log('get FoldedPersons', withFolded.map(f => f.id))
|
||||
console.log('get withFoldedPersons', withFolded.map(f => f.id))
|
||||
return withFolded
|
||||
},
|
||||
|
||||
@@ -223,6 +223,9 @@ const store = createStore({
|
||||
* @param person
|
||||
*/
|
||||
fetchInfoForPerson({ dispatch }, person) {
|
||||
// TODO enfants hors ménages
|
||||
// example: household 61
|
||||
// console.log(person.text, 'household', person.current_household_id)
|
||||
if (null !== person.current_household_id) {
|
||||
dispatch('fetchHouseholdForPerson', person)
|
||||
}
|
||||
|
Reference in New Issue
Block a user