feat: add filter active only customer

This close #143
This commit is contained in:
Methapon2001 2024-12-18 16:33:15 +07:00
parent 5baa9429c4
commit 0aeb812143
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@ const { getOptions, setFirstValue, getSelectedOption, filter } =
const ret = await getList({
query,
...props.params,
activeRegisBranchOnly: true,
includeCustomer: true,
});
if (ret) return ret.result;