equipmenttype form

This commit is contained in:
Julian Krauser 2025-03-31 10:59:41 +02:00
parent 8be88a5245
commit 5641dbb57f
9 changed files with 114 additions and 52 deletions

View file

@ -62,7 +62,7 @@ export const useEquipmentTypeStore = defineStore("equipmentType", {
this.activeEquipmentTypeObj = equipmentTypeDemoData.find(
(e) => e.id == this.activeEquipmentType
) as EquipmentTypeViewModel;
this.loading = "fetched";
this.loadingActive = "fetched";
return;
this.loadingActive = "loading";
http