edit
This commit is contained in:
@ -82,11 +82,11 @@ export class UserCenterComponentsDriverDetailComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
// 获取载具信息
|
||||
// this.service.request(this.service.$api_get_driver_car_license, { appUserId: this.route.snapshot.params.id }).subscribe(res => {
|
||||
// if (res) {
|
||||
// this.carList = res;
|
||||
// }
|
||||
// });
|
||||
this.service.request(this.service.$api_get_driver_car_license, { appUserId: [this.route.snapshot.params.id] }).subscribe(res => {
|
||||
if (res) {
|
||||
this.carList = res;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/** 启用/冻结司机 */
|
||||
|
||||
Reference in New Issue
Block a user