From b731e5e5087009802ca96b1a4bc10cdb0e175d97 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 9 Jan 2025 17:21:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EA=B3=84=EC=9D=98=EB=A2=B0=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EC=98=A4=ED=94=88=EC=8B=9C=20=EB=B0=94?= =?UTF-8?q?=EB=A1=9C=EA=B2=80=EC=83=89=20&=20=ED=95=84=EB=93=9C=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/popup/PlanRequestPop.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/management/popup/PlanRequestPop.jsx b/src/components/management/popup/PlanRequestPop.jsx index 34fba57f..bbc290ef 100644 --- a/src/components/management/popup/PlanRequestPop.jsx +++ b/src/components/management/popup/PlanRequestPop.jsx @@ -211,11 +211,6 @@ export default function PlanRequestPop(props) { headerName: getMessage('stuff.planReqPopup.gridHeader.planReqName'), minWidth: 150, }, - { - field: 'submitDt', - headerName: getMessage('stuff.planReqPopup.gridHeader.submitDt'), - minWidth: 150, - }, ], }) @@ -246,6 +241,10 @@ export default function PlanRequestPop(props) { } }, [commonCode]) + useEffect(() => { + onSubmit(pageNo, 'S') + }, []) + // 숫자만 입력 가능 const handleKeyUp = (e) => { let input = e.target