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