refactor: by value passport and visa
This commit is contained in:
parent
f1813f4cca
commit
90c8b1732a
3 changed files with 39 additions and 7 deletions
|
|
@ -402,6 +402,8 @@ async function fetchListEmployee(fetchStats = false) {
|
|||
? 'ACTIVE'
|
||||
: 'INACTIVE',
|
||||
query: inputSearch.value,
|
||||
passport: true,
|
||||
visa: true,
|
||||
});
|
||||
if (resultListEmployee) {
|
||||
maxPageEmployee.value = Math.ceil(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue