Merge branch 'feature/v2-renewal' of http://39.117.244.52:3000/kjs/ERP-node into feature/v2-unified-renewal
This commit is contained in:
@@ -6321,6 +6321,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList, onScreenU
|
||||
onDragStart={(e) => startComponentDrag(component, e)}
|
||||
onDragEnd={endDrag}
|
||||
selectedScreen={selectedScreen}
|
||||
tableName={selectedScreen?.tableName} // 🆕 디자인 모드에서도 옵션 로딩을 위해 전달
|
||||
menuObjid={menuObjid} // 🆕 메뉴 OBJID 전달
|
||||
// onZoneComponentDrop 제거
|
||||
onZoneClick={handleZoneClick}
|
||||
@@ -6487,6 +6488,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList, onScreenU
|
||||
onDragStart={(e) => startComponentDrag(child, e)}
|
||||
onDragEnd={endDrag}
|
||||
selectedScreen={selectedScreen}
|
||||
tableName={selectedScreen?.tableName} // 🆕 디자인 모드에서도 옵션 로딩을 위해 전달
|
||||
// onZoneComponentDrop 제거
|
||||
onZoneClick={handleZoneClick}
|
||||
// 설정 변경 핸들러 (자식 컴포넌트용)
|
||||
@@ -6707,6 +6709,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList, onScreenU
|
||||
component={relativeButton}
|
||||
isDesignMode={true}
|
||||
formData={{}}
|
||||
tableName={selectedScreen?.tableName}
|
||||
onDataflowComplete={() => {}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user