车辆对接
This commit is contained in:
@ -115,6 +115,7 @@ export class UserCenterComponentsDriverDetailComponent implements OnInit {
|
||||
this.service.request(this.service.$api_get_driver_practice_seniority, { appUserId: this.route.snapshot.params.id }).subscribe(res => {
|
||||
if (res?.id) {
|
||||
this.licenseDetail = res;
|
||||
console.log(res)
|
||||
this.tempalateLicenseDetail = { ...this.licenseDetail };
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user