mo 4 лет назад
Родитель
Сommit
7a20d1b4c4
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/views/studentManager/components/teamAndcourse.vue

+ 0 - 1
src/views/studentManager/components/teamAndcourse.vue

@@ -258,7 +258,6 @@ export default {
       let params = this.searchForm;
       params.rows = this.pageInfo.limit;
       params.page = this.pageInfo.page;
-      console.log(params)
       findStudentAttendance(params).then(res => {
         if (res.code == 200) {
           this.coursesInfo = res.data.rows;