15 lines
652 B
HTML
15 lines
652 B
HTML
<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>
|
|
</nz-card>
|
|
|
|
<div class="modal-footer">
|
|
<button nz-button type="button" (click)="close()">取消</button>
|
|
<button nz-button type="button" nzType="primary" (click)="sure()">确定</button>
|
|
</div> |