equipmenttype form
This commit is contained in:
parent
8be88a5245
commit
5641dbb57f
9 changed files with 114 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue