This commit is contained in:
Taric Xin
2021-12-27 13:26:43 +08:00
parent 6a3f551509
commit 358ba2708e
13 changed files with 469 additions and 5 deletions

View File

@ -258,7 +258,7 @@ export class CostManagementComponent implements OnInit {
},
{
text: '修改',
click: item => this.router.navigate(['/financial-management/freight-account/detail/1'])
click: item => this.router.navigate(['/financial-management/cost-management/expenses-receivable/1'], { queryParams: { id: 1 } })
}
]
}