ทะเบียนประวัติ
This commit is contained in:
parent
0316d26cd9
commit
bfcd07e65b
1 changed files with 4 additions and 0 deletions
|
|
@ -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" : ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue