Explorar o código

remove console

wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
93a4fb442a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/views/teamDetail/componentCourse/teacherList.vue

+ 0 - 1
src/views/teamDetail/componentCourse/teacherList.vue

@@ -227,7 +227,6 @@ export default {
           for (const item of res.data) {
             if (row.teacherId == item.teacherId) {
               this.activeTeacher = item
-              console.log({...item})
               break
             }
           }