fix: error no branch created

This commit is contained in:
Methapon Metanipat 2024-09-25 14:33:05 +07:00
parent f6df90021f
commit 613d233e8d

View file

@ -44,6 +44,7 @@ const useUserStore = defineStore('api-user', () => {
const res = await branchStore.fetchList({
pageSize: 999,
filter: 'head',
withHead: true,
});
if (res) {
res.result.map((item) => {