최신코드 반영

This commit is contained in:
2026-06-18 13:00:18 +09:00
parent 3db05f2939
commit 309c400ee2
201 changed files with 11579 additions and 2392 deletions

View File

@@ -30,8 +30,7 @@ export const state: AppState = {
hw: [], sw: [],
swUsers: [], logs: [],
jobSpecs: [],
subSw: [],
permSw: []
mobile: []
}
};
@@ -61,9 +60,9 @@ export async function loadMasterDataFromDB() {
};
// Mapping for backward compatibility
state.masterData.equip = state.masterData.equipment;
state.masterData.subSw = state.masterData.swExternal;
state.masterData.permSw = state.masterData.swInternal;
(state.masterData as any).equip = state.masterData.equipment;
(state.masterData as any).subSw = state.masterData.swExternal;
(state.masterData as any).permSw = state.masterData.swInternal;
// 하드웨어 통합 (대시보드 호환용)
state.masterData.hw = [