mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 10:23:38 +09:00
style : disable 처리
This commit is contained in:
@@ -58,7 +58,7 @@ function getContractDetail(){
|
||||
if(params.sessionUser.sabun == arguments[0].regSabun && arguments[0].contStatCd == '0000'){
|
||||
router.push({ path: '/app/contractUpdate', state: { key: arguments[0].contNo}})
|
||||
}else{
|
||||
//router.push({ path: '/app/priceDetail', state: { key: arguments[0].prcsNo }})
|
||||
router.push({ path: '/app/contractDetail', state: { key: arguments[0].contNo }})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user