주택 원복

This commit is contained in:
basssy 2025-03-18 12:54:36 +09:00
parent 1fa02de62f
commit 57446fa6d8

View File

@ -291,12 +291,6 @@ export const useEstimateController = (planNo, flag) => {
setIsGlobalLoading(false) setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredSalePrice'), type: 'alert', icon: 'warning' }) return swalFire({ text: getMessage('estimate.detail.save.requiredSalePrice'), type: 'alert', icon: 'warning' })
} }
if (item.salePrice < 1) {
itemFlg = false
setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredSalePrice'), type: 'alert', icon: 'warning' })
}
} }
} }
} }