Browse Source

remove console

wolyshaw 4 năm trước cách đây
mục cha
commit
93a4fb442a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
             }
           }