edit
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user