refactor:handle sub branch
This commit is contained in:
parent
e95078e75e
commit
ca7713c88e
3 changed files with 30 additions and 134 deletions
|
|
@ -38,6 +38,7 @@ const useBranchStore = defineStore('api-branch', () => {
|
|||
filter?: 'head' | 'sub';
|
||||
withHead?: boolean;
|
||||
activeOnly?: boolean;
|
||||
headOfficeId?: string;
|
||||
},
|
||||
Data extends Pagination<Branch[]>,
|
||||
>(opts?: Options): Promise<Data | false> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue