แก้ไขการเช็คสิทธิ์ดู/แก้ไขระบบให้ออกของลูกจ้าง
This commit is contained in:
parent
f7ed037ba6
commit
990e7995ab
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import CardProfile from "@/components/CardProfile.vue";
|
|||
const $q = useQuasar();
|
||||
const route = useRoute();
|
||||
const router = useRouter();
|
||||
const checkRoutePermisson = ref<boolean>(route.name == "outDetailOnly");
|
||||
const checkRoutePermisson = ref<boolean>(route.name == "outDetailOnlyEmp");
|
||||
const mixin = useCounterMixin();
|
||||
const dataId = route.params.id.toString();
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue