fix: typo
This commit is contained in:
parent
38eb18a593
commit
860c8784a4
4 changed files with 9 additions and 9 deletions
|
|
@ -1136,7 +1136,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
) {
|
||||
state.value.currentIndexPassport = -1;
|
||||
}
|
||||
const foundBranch = await customerStore.fetchListCustomeBranchById(
|
||||
const foundBranch = await customerStore.fetchListCustomerBranchById(
|
||||
payload.customerBranchId,
|
||||
);
|
||||
|
||||
|
|
@ -1173,7 +1173,7 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
update: (...args: unknown[]) => void,
|
||||
) {
|
||||
update(async () => {
|
||||
const result = await customerStore.fetchListCustomeBranch({
|
||||
const result = await customerStore.fetchListCustomerBranch({
|
||||
includeCustomer: true,
|
||||
query: val,
|
||||
pageSize: 30,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue