refactor: edit search
This commit is contained in:
parent
fbe00192c4
commit
c04a473f9e
2 changed files with 59 additions and 54 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