content: [
[{
label: '1_1',
options: [{ label: '1_1_1', checked: false }]
}, {
label: '1_2'
}],
[{
label: '2_1',
options: [{ label: '2_1_1', checked: false }]
}, {
label: '2_2'
}]
]
求问怎么用Object.assign()
操作指定的checked
,知道content
第一层与第二层的索引,需要返回完整的content