Merge branch 'develop' into dev
This commit is contained in:
commit
4cfcd48a20
1 changed files with 6 additions and 2 deletions
|
|
@ -806,9 +806,13 @@ function handleBackNavigation() {
|
||||||
router.go(-1);
|
router.go(-1);
|
||||||
} else {
|
} else {
|
||||||
if (empType.value === "") {
|
if (empType.value === "") {
|
||||||
router.push("/registry-officer");
|
storeRegistry.isLeave
|
||||||
|
? router.push("/registry-retire-officer")
|
||||||
|
: router.push("/registry-officer");
|
||||||
} else if (empType.value === "-employee") {
|
} else if (empType.value === "-employee") {
|
||||||
router.push("/registry-employee");
|
storeRegistry.isLeave
|
||||||
|
? router.push("/registry-retire-employee")
|
||||||
|
: router.push("/registry-employee");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue