Compare commits
3 commits
514f2c548d
...
4cfcd48a20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cfcd48a20 | ||
|
|
26ae535b15 | ||
|
|
ec5f113922 |
1 changed files with 6 additions and 2 deletions
|
|
@ -806,9 +806,13 @@ function handleBackNavigation() {
|
|||
router.go(-1);
|
||||
} else {
|
||||
if (empType.value === "") {
|
||||
router.push("/registry-officer");
|
||||
storeRegistry.isLeave
|
||||
? router.push("/registry-retire-officer")
|
||||
: router.push("/registry-officer");
|
||||
} 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