|
@@ -198,7 +198,8 @@ export default {
|
|
|
this.$message.error('请输入车牌号')
|
|
|
} else {
|
|
|
this.$http.post('/sc-community-web/parkingCar/modifyPlateNumber', { oldplateNo: (this.params.row.plateNo == "" ? this.licensePlate : this.params.row.plateNo), plateNo: this.licensePlate, parkId: this.params.parkId }).then(({ data, status, msg }) => {
|
|
|
- console.log(data);
|
|
|
+ // console.log(data);
|
|
|
+ this.$message.success('成功');
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -208,8 +209,12 @@ export default {
|
|
|
},
|
|
|
vehicle () {
|
|
|
this.flags = !this.flags
|
|
|
+ // console.log(this.vehicleType);
|
|
|
+ this.$http.post('/sc-community-web/parkingCar/modifyType', { carStyle: this.vehicleType, parkId: this.params.parkId, plateNo: this.licensePlate }).then(({ data, status, msg }) => {
|
|
|
+ // console.log(data);
|
|
|
+ this.$message.success('成功');
|
|
|
+ });
|
|
|
|
|
|
- console.log(this.vehicleType);
|
|
|
},
|
|
|
// OnSiteVehicleDetails () {
|
|
|
// debugger
|