updated registry

This commit is contained in:
Warunee Tamkoo 2024-08-13 11:22:48 +07:00
parent fd1f6a93d2
commit 64a9971665
26 changed files with 125 additions and 116 deletions

View file

@ -24,14 +24,13 @@ const {
messageError,
success,
dialogRemove,
pathRegistryEmp,
} = useCounterMixin();
const id = ref<string>("");
const profileId = ref<string>(
route.params.id ? route.params.id.toString() : ""
);
const empType = ref<string>(
route.name === "registryNewByid" ? "" : "-employee"
);
const empType = ref<string>(pathRegistryEmp(route.name?.toString() ?? ""));
const modelView = ref<string>("table");
const modalDialog = ref<boolean>(false);