This commit is contained in:
Bastian Wagner
2026-03-13 21:56:53 +01:00
parent 46d65a778c
commit 0d30e01a5f
6 changed files with 3 additions and 22 deletions

View File

@@ -112,6 +112,5 @@ export class CreateKeyComponent {
async setEditKey(key: IKey) {
this.createForm.patchValue(key as any);
this.createForm.controls.cylinder.patchValue(this.cylinders.filter(c => key.cylinder.some(v => v.id == c.id)));
console.log(this.createForm.value)
}
}

View File

@@ -51,7 +51,6 @@ export class SystemComponent extends AgGridContainerComponent {
await this.api.refreshSystems();
this.gridApi.setGridOption("loading", false);
const a = await this.api.getSystemArchive();
console.log(a)
}
onGridReady(params: GridReadyEvent) {