Merge branch 'refactor/branch-search' into develop

This commit is contained in:
Methapon Metanipat 2024-09-11 16:20:05 +07:00
commit ab0b3bb4f3
3 changed files with 80 additions and 51 deletions

View file

@ -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,