fix(retirement): checkRoutePermisson
This commit is contained in:
parent
b1ae19afa7
commit
abce475de0
4 changed files with 5 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ const router = useRouter();
|
|||
const store = useRetirementDataStore();
|
||||
const { fetchDataCheckIsoffice } = useRoleWorkflowDataStore();
|
||||
const { convertStatusText } = store;
|
||||
const checkRoutePermisson = ref<boolean>(route.name == "resignDetailRejectEMP");
|
||||
const checkRoutePermisson = ref<boolean>(route.name == "resignDetailrejectEMP");
|
||||
const mixin = useCounterMixin();
|
||||
const {
|
||||
messageError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue