Compare commits

..

No commits in common. "875dacc3a556582a196a517fb6b6cf49661816c7" and "76b145fc2d2492dde617a0d3c5361af7431a3f6b" 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)
if (!result) {
console.log('모듈이 없거나 계산 실패:', surface.modules?.length || 0)
return
}
const centerPoints = result.centerPoints
@ -754,11 +753,7 @@ export const useTrestle = () => {
const { data, data2, result } = await getQuotationItem(params)
if (result.resultCode === 'E') {
//swalFire({ text: result.resultMsg, icon: 'error' })
swalFire({
text: result.resultMsg || getMessage('common.message.noData'),
icon: 'error'
})
swalFire({ text: result.resultMsg, icon: 'error' })
clear()
setViewCircuitNumberTexts(true)
setIsGlobalLoading(false)