UI
This commit is contained in:
@ -1,12 +1,8 @@
|
|||||||
<nz-card [nzLoading]="loadingInfo" [nzBordered]="false">
|
<nz-card [nzLoading]="loadingInfo" [nzBordered]="false">
|
||||||
<se-container se-container="1">
|
|
||||||
<se label="接口权限" required [labelWidth]="120">
|
|
||||||
<app-menu-tree #menu (changeData)="getData($event)" [appId]="params.appId"
|
<app-menu-tree #menu (changeData)="getData($event)" [appId]="params.appId"
|
||||||
[isAuthorityIdDTOList]="roleInfoData.authority || []"
|
[isAuthorityIdDTOList]="roleInfoData.authority || []"
|
||||||
[authorityAssistId]="roleInfoData.authorityAssistId || []">
|
[authorityAssistId]="roleInfoData.authorityAssistId || []">
|
||||||
</app-menu-tree>
|
</app-menu-tree>
|
||||||
</se>
|
|
||||||
</se-container>
|
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user