fix bug
This commit is contained in:
@ -599,9 +599,9 @@ export class CarAddDriverComponent implements OnInit {
|
||||
submitForm(){
|
||||
const params:any = {
|
||||
source: 1,
|
||||
mobile: this.sf.value.mobile,
|
||||
mobile: this.sf?.value.mobile,
|
||||
identityInfoDTO:{
|
||||
...this.sf.value,
|
||||
...this.sf?.value,
|
||||
certificatePhotoFront: this.detailData.certificatePhotoFront,
|
||||
certificatePhotoBack: this.detailData.certificatePhotoBack,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user