Refactor: SW 상세 모달 동적 필드 전환 및 클라우드 통합, 자산 유형 명칭 일원화

This commit is contained in:
2026-04-23 17:22:38 +09:00
parent fdc29b23c1
commit 55e9cd4cd9
11 changed files with 167 additions and 450 deletions

View File

@@ -449,11 +449,7 @@ export function initHwModal(onSave: () => void, closeModals: () => void) {
saveHardwareAsset(updated);
onSave();
setEditLock('hw-asset-form', 'view', {
saveBtnId: 'btn-save-hw-asset',
revertBtnId: 'btn-revert-hw-edit'
});
isEditMode = false;
closeModalAction();
});
deleteBtn.addEventListener('click', () => {