fix bug เงินเดือน
This commit is contained in:
parent
16695daf2c
commit
dbb9e5719b
1 changed files with 6 additions and 3 deletions
|
|
@ -86,7 +86,11 @@ async function fetchProfile(id: string, avatarName: string) {
|
||||||
* function rediract ไปทะเบียนประวัติ
|
* function rediract ไปทะเบียนประวัติ
|
||||||
*/
|
*/
|
||||||
function redirecToRegistry() {
|
function redirecToRegistry() {
|
||||||
router.push(`/registry-officer${props.employeeClass}/${profileId.value}`);
|
router.push(
|
||||||
|
`/registry${props.employeeClass ? props.employeeClass : "-officer"}/${
|
||||||
|
profileId.value
|
||||||
|
}`
|
||||||
|
);
|
||||||
modal.value = false;
|
modal.value = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -228,5 +232,4 @@ watch(
|
||||||
</q-dialog>
|
</q-dialog>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped></style>
|
||||||
</style>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue