Compare commits

..

No commits in common. "eba5c4f9b235ea2727c035a81e579160553b593e" and "8215730df021719be01a92c5e7b872d5553e72d0" 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,
}
})
}