增加erp组织架构

This commit is contained in:
2026-02-24 16:52:28 +08:00
parent 186315d82c
commit 6c904ef3cd
6 changed files with 626 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ export const useAuthStore = defineStore('auth', () => {
account: userInfo.account || '',
name: userInfo.name || '',
group_id: userInfo.group_id || '',
tenant_id: userInfo.tenant_id || '',
avatar: userInfo.avatar || ''
}