Merge branch 'refactor/branch-search' into develop
This commit is contained in:
commit
ab0b3bb4f3
3 changed files with 80 additions and 51 deletions
|
|
@ -12,7 +12,7 @@ type BranchId = string;
|
|||
|
||||
const useBranchStore = defineStore('api-branch', () => {
|
||||
const flowStore = useFlowStore();
|
||||
const data = ref<Pagination<Branch[]>>({
|
||||
const data = ref<Pagination<(Branch & { branch?: Branch[] })[]>>({
|
||||
result: [],
|
||||
page: 0,
|
||||
pageSize: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue