แก้ลูกจ้าง

This commit is contained in:
setthawutttty 2024-11-11 10:05:02 +07:00
parent 4e2b6e9313
commit 262dd67b42
4 changed files with 21 additions and 14 deletions

View file

@ -26,7 +26,7 @@ import WorkFlow from "@/components/Workflow/Main.vue";
const $q = useQuasar();
const route = useRoute();
const router = useRouter();
const checkRoutePermisson = ref<boolean>(route.name == "resignDetailbyid");
const checkRoutePermisson = ref<boolean>(route.name == "resignDetailbyidEMP");
const mixin = useCounterMixin();
const {
messageError,