설계의뢰 팝업 오픈시 바로검색 & 필드제거

This commit is contained in:
basssy 2025-01-09 17:21:58 +09:00
parent b5ab8c803e
commit b731e5e508

View File

@ -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