@if (this.tbookSer.profile.identity == '国家级管理员') {
所有部门
}@else {
所有部门
} @for (data of parentMap; track data.title) {
/
@if (this.tbookSer.profile.identity == '国家级管理员' ||
data?.verify) {
{{ data.title }}
}@else {
{{ data.title }}
} }
@if(parentList.length > 0){ @for (data of parentList; track $index)
{
@if (!data.isLeaf) {
}
} }@else {
}