Selaa lähdekoodia

Merge branch '03/03Lebao' of http://git.dayaedu.com/molingzhide/dy-admin-manager into 03/03Lebao

lex-xin 4 vuotta sitten
vanhempi
commit
fbf1aa10d9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)