Compare commits

..

No commits in common. "8749609b986a71be3e738018e60bd3f602199fb3" and "c6c461f0e65c861eed527c9d21c69645ed49ad6f" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

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

View File

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