Compare commits
3 Commits
c6c461f0e6
...
8749609b98
| Author | SHA1 | Date | |
|---|---|---|---|
| 8749609b98 | |||
| 54767d2f26 | |||
| c4bcad3bc3 |
@ -316,12 +316,13 @@ export function useRoofAllocationSetting(id) {
|
||||
addPopup(popupId, 1, <ActualSizeSetting id={popupId} />)
|
||||
} else {
|
||||
apply()
|
||||
//기존 지붕 선은 남겨둔다.
|
||||
drawOriginRoofLine()
|
||||
|
||||
resetPoints()
|
||||
|
||||
basicSettingSave()
|
||||
}
|
||||
//기존 지붕 선은 남겨둔다.
|
||||
drawOriginRoofLine()
|
||||
}
|
||||
|
||||
const drawOriginRoofLine = () => {
|
||||
|
||||
@ -91,6 +91,7 @@ export function useCircuitTrestle(executeEffect = false) {
|
||||
return {
|
||||
itemId: m.itemId,
|
||||
mixMatlNo: m.mixMatlNo,
|
||||
northModuleYn: m.northModuleYn,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user