edit
This commit is contained in:
@ -320,7 +320,7 @@ export class VoucherSummaryComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
text: '列表',
|
||||
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/detail/' + item.id])
|
||||
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/list/' + item.vc2code])
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user