fix bug
This commit is contained in:
@ -238,6 +238,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
index: 'vehicleDemand',
|
||||
className: 'text-center',
|
||||
width: '120px',
|
||||
render: 'vehicleDemand'
|
||||
},
|
||||
{
|
||||
title: '总费用',
|
||||
@ -448,8 +449,10 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
})
|
||||
}
|
||||
nextOrder(item: any) {
|
||||
this.router.navigate(['/supply-management/vehicle-amend', item.id], {
|
||||
relativeTo: this.ar
|
||||
this.router.navigate(['/supply-management/vehicle-amend', item.id,],{
|
||||
queryParams: {
|
||||
sta: 2
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user