ทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-20 14:43:46 +07:00
parent 0316d26cd9
commit bfcd07e65b

View file

@ -171,6 +171,10 @@ async function fetchDataPerson(search: boolean = false) {
queryParams.isRetire = formFilter.isShowRetire;
}
if (empType.value !== "officer") {
queryParams.type = empType.value;
}
http
.get(
config.API.registryNew(empType.value !== "officer" ? "-employee" : ""),