fix: typo
This commit is contained in:
parent
38eb18a593
commit
860c8784a4
4 changed files with 9 additions and 9 deletions
|
|
@ -61,7 +61,7 @@ async function init(val: string, type: 'branch' | 'customer') {
|
|||
query: val,
|
||||
pageSize: 30,
|
||||
})
|
||||
: await customerStore.fetchListCustomeBranch({
|
||||
: await customerStore.fetchListCustomerBranch({
|
||||
query: val,
|
||||
pageSize: 30,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue