Compare commits
No commits in common. "875dacc3a556582a196a517fb6b6cf49661816c7" and "76b145fc2d2492dde617a0d3c5361af7431a3f6b" have entirely different histories.
875dacc3a5
...
76b145fc2d
1
last_updated.log
Executable file
1
last_updated.log
Executable file
@ -0,0 +1 @@
|
|||||||
|
1772531776
|
||||||
@ -103,7 +103,6 @@ export const useTrestle = () => {
|
|||||||
const result = calculateForApi(surface)
|
const result = calculateForApi(surface)
|
||||||
|
|
||||||
if (!result) {
|
if (!result) {
|
||||||
console.log('모듈이 없거나 계산 실패:', surface.modules?.length || 0)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const centerPoints = result.centerPoints
|
const centerPoints = result.centerPoints
|
||||||
@ -754,11 +753,7 @@ export const useTrestle = () => {
|
|||||||
const { data, data2, result } = await getQuotationItem(params)
|
const { data, data2, result } = await getQuotationItem(params)
|
||||||
|
|
||||||
if (result.resultCode === 'E') {
|
if (result.resultCode === 'E') {
|
||||||
//swalFire({ text: result.resultMsg, icon: 'error' })
|
swalFire({ text: result.resultMsg, icon: 'error' })
|
||||||
swalFire({
|
|
||||||
text: result.resultMsg || getMessage('common.message.noData'),
|
|
||||||
icon: 'error'
|
|
||||||
})
|
|
||||||
clear()
|
clear()
|
||||||
setViewCircuitNumberTexts(true)
|
setViewCircuitNumberTexts(true)
|
||||||
setIsGlobalLoading(false)
|
setIsGlobalLoading(false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user