최신코드 반영
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user