pansl 1 year ago
parent
commit
04ef14eca2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/dataStatistics/roiStatistical/index.vue

+ 1 - 0
src/views/dataStatistics/roiStatistical/index.vue

@@ -321,6 +321,7 @@ const initRemoteOption = (type: string, params?: object) => {
 
 
 const initCompanyUserList = () => {
+  if (!rolesIdentify.value.includes('administrator')) return
   channelCompanyUserList().then(res => {
     companyUserList.value = res.data;
   })