Browse Source

Merge branch '03/03Lebao' into online

mo 4 years ago
parent
commit
8bb9aa397e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamBuild/components/teamBaseInfo.vue

+ 1 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -626,7 +626,7 @@ export default {
       }
       }
       // 获取运营主管
       // 获取运营主管
           try {
           try {
-        const ruselt = await findUserByRole({organId: val,employeeRole:'EAM_TEACHER' })
+        const ruselt = await findUserByRole({organId: val,employeeRole:'TEAM_TEACHER' })
         this.bossList = ruselt.data
         this.bossList = ruselt.data
       }catch(e){
       }catch(e){
         console.log(e)
         console.log(e)