ทดลองงาน

This commit is contained in:
STW_TTTY\stwtt 2024-07-15 11:20:03 +07:00
parent c7ec715952
commit 79a64bd5e9
3 changed files with 458 additions and 1 deletions

View file

@ -390,7 +390,8 @@ function openGovernment() {
}
function openStatus() {
// router.push(`/probation/${store.dataEvaluation.profileId}`);
router.push(`/probation`);
// router.push(`/probation`);
router.push(`/probation-detail/${store.dataEvaluation.profileId}`);
// modalStatus.value = true;
}