updated probation

This commit is contained in:
Warunee Tamkoo 2024-09-06 16:21:25 +07:00
parent 4c85c5bc8c
commit 77609f20ad
13 changed files with 93 additions and 54 deletions

View file

@ -63,7 +63,9 @@ function changeTab(tab: string) {
/** ปุ่มกลับ */
function clickBack() {
router.go(-1);
router.push({
path: `/probation/detail/${personalId.value}`,
});
DataStore.mainTab = "tab1";
}