correct type errors
This commit is contained in:
parent
bdc139f37f
commit
d5c33d899f
5 changed files with 19 additions and 5 deletions
|
@ -85,6 +85,8 @@ export default defineComponent({
|
|||
let formData = e.target.elements;
|
||||
let createVehicle: CreateVehicleViewModel = {
|
||||
name: "",
|
||||
location: "",
|
||||
vehicleTypeId: "",
|
||||
};
|
||||
this.status = "loading";
|
||||
this.createVehicle(createVehicle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue