dev #680

Merged
ysCha merged 220 commits from dev into dev-deploy 2026-03-03 19:58:23 +09:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit eba5c4f9b2 - Show all commits

View File

@ -316,12 +316,13 @@ export function useRoofAllocationSetting(id) {
addPopup(popupId, 1, <ActualSizeSetting id={popupId} />)
} else {
apply()
//기존 지붕 선은 남겨둔다.
drawOriginRoofLine()
resetPoints()
basicSettingSave()
}
//기존 지붕 선은 남겨둔다.
drawOriginRoofLine()
}
const drawOriginRoofLine = () => {

View File

@ -91,6 +91,7 @@ export function useCircuitTrestle(executeEffect = false) {
return {
itemId: m.itemId,
mixMatlNo: m.mixMatlNo,
northModuleYn: m.northModuleYn,
}
})
}