refactor: edit search

This commit is contained in:
Net 2024-09-11 15:41:35 +07:00
parent fbe00192c4
commit c04a473f9e
2 changed files with 59 additions and 54 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,