fix: error no branch created
This commit is contained in:
parent
f6df90021f
commit
613d233e8d
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ const useUserStore = defineStore('api-user', () => {
|
||||||
const res = await branchStore.fetchList({
|
const res = await branchStore.fetchList({
|
||||||
pageSize: 999,
|
pageSize: 999,
|
||||||
filter: 'head',
|
filter: 'head',
|
||||||
|
withHead: true,
|
||||||
});
|
});
|
||||||
if (res) {
|
if (res) {
|
||||||
res.result.map((item) => {
|
res.result.map((item) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue