return 주석
This commit is contained in:
parent
e6e600602d
commit
75abf8c392
@ -293,7 +293,7 @@ export const useEstimateController = (planNo) => {
|
||||
// console.log('최종아이템:::', estimateData.itemList)
|
||||
console.log('최종저장::', estimateData)
|
||||
//2. 상세데이터 저장
|
||||
return
|
||||
// return
|
||||
try {
|
||||
await promisePost({ url: `${ESTIMATE_API_ENDPOINT}/save-estimate`, data: estimateData }).then((res) => {
|
||||
if (res.status === 201) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user