mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
fix : 컴포넌트 명 변경 반영
This commit is contained in:
@@ -233,7 +233,7 @@ const onChangeSign = async() => {
|
|||||||
|
|
||||||
function getBilling(){
|
function getBilling(){
|
||||||
if(params.sessionUser.sabun == completedPriceDataParams.regSabun && params.contStatCd == '0200'){
|
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}})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user