车辆对接

This commit is contained in:
wangshiming
2022-01-14 14:39:00 +08:00
parent f03a738c98
commit eb783b95f1
12 changed files with 224 additions and 31 deletions

View File

@ -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 };
}
});