context에서 서까래 변경 안되는 현상 수정

This commit is contained in:
hyojun.choi 2025-02-28 14:22:08 +09:00
parent e73cf32a88
commit 4040b7b5a8

View File

@ -139,6 +139,7 @@ export default function ContextRoofAllocationSetting(props) {
showKey={'clCodeNm'}
sourceKey={'clCode'}
targetKey={roof.raft ? 'raft' : 'raftBaseCd'}
onChange={(e) => handleChangeRaft(e, index)}
/>
</div>
)}