This commit is contained in:
Taric Xin
2022-02-10 11:20:18 +08:00
parent 885e9eacb5
commit 10b7496b27
7 changed files with 30 additions and 86 deletions

View File

@ -197,7 +197,7 @@ export class FreightComponentsListComponent implements OnInit {
className: 'text-center',
buttons: [
{
text: '查看',
text: '查看<br/>',
click: item => {
this.router.navigate(['./detail', item.id], { relativeTo: this.ar });
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });