From b51dacf4219fbc2eeb51b8e1dd9039b2b09e8d65 Mon Sep 17 00:00:00 2001 From: basssy Date: Mon, 24 Mar 2025 09:27:28 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=EB=B3=B5?= =?UTF-8?q?=EC=82=AC=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20=ED=8C=8C=EB=9D=BC?= =?UTF-8?q?=EB=AF=B8=ED=84=B0=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/floorPlan/estimate/useEstimateController.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hooks/floorPlan/estimate/useEstimateController.js b/src/hooks/floorPlan/estimate/useEstimateController.js index e50572b8..2e0bbe1a 100644 --- a/src/hooks/floorPlan/estimate/useEstimateController.js +++ b/src/hooks/floorPlan/estimate/useEstimateController.js @@ -136,7 +136,7 @@ export const useEstimateController = (planNo, flag) => { } useEffect(() => { - setEstimateData({ ...estimateContextState, userId: session.userId, sapSalesStoreCd: session.custCd }) + setEstimateData({ ...estimateContextState, userId: session.userId }) }, [estimateContextState]) // 첨부파일 다운로드 @@ -452,8 +452,6 @@ export const useEstimateController = (planNo, flag) => { } const params = { - saleStoreId: session.storeId, - sapSalesStoreCd: session.custCd, objectNo: estimateData.objectNo, planNo: sendPlanNo, copySaleStoreId: otherSaleStoreId ? otherSaleStoreId : saleStoreId,