Compare commits

..

No commits in common. "e24c9e98142b9404d02926217fcd81667b1901ee" and "6f5513a5e10c84d68e8292aa2a616cf68b350f76" have entirely different histories.

3 changed files with 2 additions and 6 deletions

1
last_updated.log Executable file
View File

@ -0,0 +1 @@
1772531776

BIN
sl Executable file

Binary file not shown.

View File

@ -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)