Explorar o código

根据角色获取 乐团主管

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
c5571b647e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/teamBuild/components/teamBaseInfo.vue

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

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