15 lines
717 B
HTML
15 lines
717 B
HTML
<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'"
|
|
[roleId]="params.id" [appId]="params.appId" [isAuthorityIdDTOList]="roleInfoData.authority || []"
|
|
[authorityAssistId]="roleInfoData.authorityAssistId || []" (changeIF)="changeIF($event)">
|
|
</app-cuc-menu>
|
|
</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> |