UI
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
<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"
|
||||
[isAuthorityIdDTOList]="roleInfoData.authority || []"
|
||||
[authorityAssistId]="roleInfoData.authorityAssistId || []">
|
||||
</app-menu-tree>
|
||||
</se>
|
||||
</se-container>
|
||||
<app-menu-tree #menu (changeData)="getData($event)" [appId]="params.appId"
|
||||
[isAuthorityIdDTOList]="roleInfoData.authority || []"
|
||||
[authorityAssistId]="roleInfoData.authorityAssistId || []">
|
||||
</app-menu-tree>
|
||||
</nz-card>
|
||||
|
||||
<div class="modal-footer">
|
||||
|
||||
Reference in New Issue
Block a user