jiawuxian 1 год назад
Родитель
Сommit
9fa00e7848
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/store/getters.js

+ 1 - 0
src/store/getters.js

@@ -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,