Merge pull request 'update' (#73) from zhangwei into master
Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/73
This commit is contained in:
commit
aafe54420b
@ -282,7 +282,7 @@ class VehicleController extends BaseApiController
|
|||||||
}
|
}
|
||||||
$data = [
|
$data = [
|
||||||
'vehicleContract' => $vehicleContract->toArray(),
|
'vehicleContract' => $vehicleContract->toArray(),
|
||||||
'$vehicleRentCars' => $vehicleRentCars
|
'vehicleRentCars' => $vehicleRentCars
|
||||||
];
|
];
|
||||||
return $this->success('请求成功',$data);
|
return $this->success('请求成功',$data);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user