Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-02-14 10:06:25 +08:00
2 changed files with 27 additions and 21 deletions

View File

@ -95,7 +95,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
nzWidth: 900,
nzComponentParams: {
extendType: '3',
businessId: item.id
businessId: item.appUserId
},
nzFooter: null
});
@ -301,9 +301,10 @@ export class UserCenterComponentsDriverComponent implements OnInit {
title: '操作',
width: '110px',
className: 'text-center',
fixed:'right',
buttons: [
{
text: '查看',
text: '查看<br/>',
click: item => {
this.router.navigate(['./detail', item.appUserId], { relativeTo: this.ar });
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });