diff --git a/src/stores/user/index.ts b/src/stores/user/index.ts index 9098808a..12c61ded 100644 --- a/src/stores/user/index.ts +++ b/src/stores/user/index.ts @@ -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) => {