Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-04-01 09:49:27 +07:00
commit e6748cfa57
2 changed files with 16 additions and 5 deletions

View file

@ -86,7 +86,11 @@ async function fetchProfile(id: string, avatarName: string) {
* function rediract ไปทะเบยนประว
*/
function redirecToRegistry() {
router.push(`/registry-officer${props.employeeClass}/${profileId.value}`);
router.push(
`/registry${props.employeeClass ? props.employeeClass : "-officer"}/${
profileId.value
}`
);
modal.value = false;
}
@ -228,5 +232,4 @@ watch(
</q-dialog>
</template>
<style scoped>
</style>
<style scoped></style>