fix bug
This commit is contained in:
@ -445,7 +445,9 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
amend(item: any) {
|
||||
console.log(item)
|
||||
this.router.navigate(['/supply-management/vehicle-amend', item.id], {
|
||||
relativeTo: this.ar
|
||||
queryParams: {
|
||||
sta: 1
|
||||
},
|
||||
})
|
||||
}
|
||||
nextOrder(item: any) {
|
||||
|
||||
Reference in New Issue
Block a user