Explorar el Código

remove console

wolyshaw hace 4 años
padre
commit
93a4fb442a
Se han modificado 1 ficheros con 0 adiciones y 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
             }
           }