parent
5baa9429c4
commit
0aeb812143
2 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ const { getOptions, setFirstValue, getSelectedOption, filter } =
|
||||||
const ret = await getList({
|
const ret = await getList({
|
||||||
query,
|
query,
|
||||||
...props.params,
|
...props.params,
|
||||||
|
activeRegisBranchOnly: true,
|
||||||
includeCustomer: true,
|
includeCustomer: true,
|
||||||
});
|
});
|
||||||
if (ret) return ret.result;
|
if (ret) return ret.result;
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
||||||
customerId?: string;
|
customerId?: string;
|
||||||
company?: boolean;
|
company?: boolean;
|
||||||
includeCustomer?: boolean;
|
includeCustomer?: boolean;
|
||||||
|
activeRegisBranchOnly?: boolean;
|
||||||
registeredBranchId?: string;
|
registeredBranchId?: string;
|
||||||
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
status?: 'CREATED' | 'ACTIVE' | 'INACTIVE';
|
||||||
query?: string;
|
query?: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue