|
|
@@ -348,13 +348,13 @@ export default {
|
|
|
//const phone = this.getPhone()
|
|
|
|
|
|
const params = {
|
|
|
- userPk: this.userModel.userPk,
|
|
|
+ userPk: this.userModel.profile.userPk,
|
|
|
nickName: this.userModel.profile.nickName,
|
|
|
email: this.userModel.profile.email,
|
|
|
phone: this.userModel.profile.phoneNumber,
|
|
|
callingCode: this.userModel.profile.areaCode,
|
|
|
address: this.userModel.address,
|
|
|
- userVehicleRequests: [...vehicleList.filter(vehicle =>
|
|
|
+ userVehicleRequests: [...this.userModel.vehicleList.filter(vehicle =>
|
|
|
(vehicle.brand && vehicle.model && vehicle.licensePlate))],
|
|
|
// ocppTagRequest: this.userModel.ocppTagResponse,
|
|
|
}
|
|
|
@@ -549,6 +549,7 @@ export default {
|
|
|
.cancel-button {
|
|
|
width: 94px;
|
|
|
height: 40px;
|
|
|
+ color: #555;
|
|
|
background: #FFFFFF;
|
|
|
border: 1px solid #001489;
|
|
|
box-sizing: border-box;
|