주석 정리
This commit is contained in:
parent
20b90d0df6
commit
0956bcc4ad
@ -295,7 +295,6 @@ export const useEstimateController = (planNo, flag) => {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//견적서를 복사하면 API에서 봄컴포넌트는 salePrice, unitPrice를 0으로 내려옴..front에서 처리
|
||||
if (item.salePrice === null) {
|
||||
item.salePrice = '0'
|
||||
} else if (isNaN(item.salePrice)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user