엔티티 즉시저장기능 추가
This commit is contained in:
@@ -365,7 +365,10 @@ export const DynamicComponentRenderer: React.FC<DynamicComponentRendererProps> =
|
||||
userId, // 🆕 사용자 ID
|
||||
userName, // 🆕 사용자 이름
|
||||
companyCode, // 🆕 회사 코드
|
||||
mode,
|
||||
// 🆕 화면 모드 (edit/view)와 컴포넌트 UI 모드 구분
|
||||
screenMode: mode,
|
||||
// componentConfig.mode가 있으면 유지 (entity-search-input의 UI 모드)
|
||||
mode: component.componentConfig?.mode || mode,
|
||||
isInModal,
|
||||
readonly: component.readonly,
|
||||
// 🆕 disabledFields 체크 또는 기존 readonly
|
||||
|
||||
Reference in New Issue
Block a user