|
|
@@ -13,6 +13,7 @@ const getters = {
|
|
|
orgId: state => state.user.orgId,
|
|
|
orgType: state => state.user.orgType,
|
|
|
orgName: state => state.user.orgName,
|
|
|
+ orgPath: state => state.user.orgPath,
|
|
|
orgShortName: state => state.user.orgShortName,
|
|
|
introduction: state => state.user.introduction,
|
|
|
roles: state => state.user.roles,
|