This commit is contained in:
Taric Xin
2022-01-24 14:03:52 +08:00
parent 034a3bc695
commit da62ad6fce
21 changed files with 12 additions and 761 deletions

View File

@ -45,7 +45,7 @@
<th>路由地址</th>
<th nzAlign="center" nzWidth="120px">菜单图标</th>
<th nzWidth="100px">菜单排序</th>
<th nzAlign="center">操作</th>
<th nzWidth="150px" nzAlign="center">操作</th>
</tr>
</thead>
<tbody>
@ -64,7 +64,7 @@
<i nz-icon [nzType]="item.iconType"></i>
</td>
<td nzWidth="100px">{{ item.sorted }}</td>
<td nzAlign="center">
<td nzWidth="150px" nzAlign="center">
<a (click)="openDrawer(item)">权限配置</a>
</td>
</tr>

View File

@ -76,7 +76,7 @@ export class MenuManagerComponentsIndexComponent implements OnInit {
});
modal.afterClose.subscribe(res => {
if (res) {
// this.loadMemu(this.selectedPlatform.appId);
this.loadMemu(this.selectedPlatform.appId);
}
});
}