From 70477b12f1f9e26e9ce5c4aeebb71e6214494298 Mon Sep 17 00:00:00 2001 From: basssy Date: Wed, 22 Jan 2025 19:00:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=EC=84=B8=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=AC=B8=EA=B5=AC=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/StuffDetail.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/management/StuffDetail.jsx b/src/components/management/StuffDetail.jsx index eee1a91e..57aac290 100644 --- a/src/components/management/StuffDetail.jsx +++ b/src/components/management/StuffDetail.jsx @@ -1405,6 +1405,7 @@ export default function StuffDetail() { .then((res) => { setIsGlobalLoading(true) + // console.log('수정했어!!', managementState) if (res.status === 201) { setIsGlobalLoading(false) setFloorPlanObjectNo({ floorPlanObjectNo: res.data.objectNo }) @@ -1412,6 +1413,7 @@ export default function StuffDetail() { text: getMessage('stuff.detail.save'), type: 'alert', confirmFn: () => { + // setManagementState({ ...managementState, params }) router.push(`/management/stuff/detail?objectNo=${res.data.objectNo.toString()}`, { scroll: false }) }, }) @@ -2484,7 +2486,6 @@ export default function StuffDetail() {
- 상세