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({
|
: await customerStore.fetchListCustomerBranch({
|
||||||
query: val,
|
query: val,
|
||||||
pageSize: 30,
|
pageSize: 30,
|
||||||
|
company: true,
|
||||||
});
|
});
|
||||||
if (res) {
|
if (res) {
|
||||||
if (type === 'branch') {
|
if (type === 'branch') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue