feat: list customer branch now fetch all in company
This commit is contained in:
parent
643df30d8b
commit
da7a77b2c0
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ async function init(val: string, type: 'branch' | 'customer') {
|
|||
: await customerStore.fetchListCustomerBranch({
|
||||
query: val,
|
||||
pageSize: 30,
|
||||
company: true,
|
||||
});
|
||||
if (res) {
|
||||
if (type === 'branch') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue