Compare commits

..

No commits in common. "51e1f70c24855359880cf3a9df36636d251420a9" and "8f4e53c759d07ffece55f8e26ae1948780717a53" have entirely different histories.

View File

@ -322,7 +322,6 @@ export const useEstimateController = (planNo, flag) => {
} }
}) })
if (delCnt === estimateData.itemList.length) { if (delCnt === estimateData.itemList.length) {
itemFlg = false
setIsGlobalLoading(false) setIsGlobalLoading(false)
return swalFire({ text: getMessage('estimate.detail.save.requiredItem'), type: 'alert', icon: 'warning' }) return swalFire({ text: getMessage('estimate.detail.save.requiredItem'), type: 'alert', icon: 'warning' })
} }