This commit is contained in:
Taric Xin
2022-05-05 11:18:12 +08:00
parent 7a7452db8f
commit 58e16934e9

View File

@ -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">