fix bug
This commit is contained in:
@ -57,7 +57,8 @@ export class SupplyManagementVehicleAssignedCarComponent implements OnInit {
|
||||
return {
|
||||
...this.sf?.value,
|
||||
loadingTime: this.params?.loadingTime,
|
||||
unloadingTime: this.params?.unloadingTime
|
||||
shipperAppUserId: this.params?.shipperAppUserId,
|
||||
unloadingTime: this.params?.unloadingTime,
|
||||
};
|
||||
}
|
||||
|
||||
@ -107,6 +108,7 @@ export class SupplyManagementVehicleAssignedCarComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
console.log(this.params)
|
||||
}
|
||||
|
||||
dataProcess(data: STData[]): STData[] {
|
||||
|
||||
Reference in New Issue
Block a user