refactor: fetch list employee add active only
This commit is contained in:
parent
dc5c111726
commit
d55a2448b5
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ async function getWorkerFromCriteria(
|
||||||
page: 1,
|
page: 1,
|
||||||
passport: true,
|
passport: true,
|
||||||
customerBranchId: props.customerBranchId,
|
customerBranchId: props.customerBranchId,
|
||||||
|
activeOnly: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!ret) return false; // error, do not close dialog
|
if (!ret) return false; // error, do not close dialog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue