Compare commits
No commits in common. "0005643c94a0504f4bf46e6750d06340c98bb0f0" and "c25af0e1866969d080eb7dceb93538edf399900c" have entirely different histories.
0005643c94
...
c25af0e186
@ -371,6 +371,7 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
|
|
||||||
// 회로할당(승압설정) 저장 버튼 클릭 시
|
// 회로할당(승압설정) 저장 버튼 클릭 시
|
||||||
const onApply = async () => {
|
const onApply = async () => {
|
||||||
|
beforeCapture()
|
||||||
setAllModuleSurfaceIsComplete(false)
|
setAllModuleSurfaceIsComplete(false)
|
||||||
|
|
||||||
setIsGlobalLoading(true)
|
setIsGlobalLoading(true)
|
||||||
@ -380,9 +381,8 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
.map((obj) => {
|
.map((obj) => {
|
||||||
obj.pcses = getStepUpListData()
|
obj.pcses = getStepUpListData()
|
||||||
})
|
})
|
||||||
beforeCapture()
|
|
||||||
handleCanvasToPng(1)
|
handleCanvasToPng(1)
|
||||||
afterCapture()
|
|
||||||
|
|
||||||
//회로할당 저장 시 result=null인 경우에도 회로번호 텍스트 표시 유지 처리
|
//회로할당 저장 시 result=null인 경우에도 회로번호 텍스트 표시 유지 처리
|
||||||
|
|
||||||
@ -399,7 +399,6 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
const result = await getEstimateData()
|
const result = await getEstimateData()
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
beforeCapture()
|
|
||||||
handleCanvasToPng(2)
|
handleCanvasToPng(2)
|
||||||
afterCapture()
|
afterCapture()
|
||||||
// 견적서 저장
|
// 견적서 저장
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user