adapt viewmodel changes

This commit is contained in:
Julian Krauser 2025-05-24 12:55:24 +02:00
parent 30baca2567
commit 98fd7b64d2
9 changed files with 28 additions and 19 deletions

View file

@ -137,6 +137,7 @@ export default defineComponent({
name: "",
location: "",
equipmentTypeId: "",
commissioned: new Date(),
};
this.status = "loading";
this.createEquipment(createEquipment)