Comme suit, comment obtenir des enfants puis les mettre à jour vers père.enfants, afin que la page puisse être affichée dans une liste
state: {
father: [
{
name: 'wang',
children: []
}
]
}
action: {
getChildren(fatherId).then(children => {
// 获得children,如何更新到father.children中
});
}
C’est probablement ça. Jetons un coup d’œil à la documentation