fix : 컴포넌트 명 변경 반영

This commit is contained in:
Yesol Choi
2025-06-04 10:50:32 +09:00
parent 68ca8b2629
commit f88ba196a7

View File

@@ -233,7 +233,7 @@ const onChangeSign = async() => {
function getBilling(){
if(params.sessionUser.sabun == completedPriceDataParams.regSabun && params.contStatCd == '0200'){
router.push({ path: '/app/DocumentManagement', state: { key: params.contNo}})
router.push({ path: '/app/documentManagement', state: { key: params.contNo}})
}
}