在 aci 树中构建 json 期间是否有使用 hide 选项?
{
"id":1,
"label":"Brand",
"inode":true,
"checkbox":true,
"radio":false,
"branch":[{"id":2,"label":"Acura","inode":false,"checkbox":true,"radio":false,hide":true},{"id":3,"label":"Audi","inode":false,"checkbox":true,"radio":false}]
}