This commit is contained in:
Taric Xin
2022-04-26 16:20:10 +08:00
parent 359b34dcfa
commit ba1c5115c0
5 changed files with 654 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<nz-card [nzLoading]="loadingInfo" [nzBordered]="false">
<se-container se-container="1">
<se label="接口权限" required [labelWidth]="120">
<app-cuc-menu #menu (changeData)="getData($event)" [type]="'edit'"
<app-menu-tree #menu (changeData)="getData($event)" [type]="'edit'"
[roleId]="params.id" [appId]="params.appId" [isAuthorityIdDTOList]="roleInfoData.authority || []"
[authorityAssistId]="roleInfoData.authorityAssistId || []" (changeIF)="changeIF($event)">
</app-cuc-menu>
</app-menu-tree>
</se>
</se-container>
</nz-card>