Browse Source

提交测试

1
mo 4 years ago
parent
commit
7a20d1b4c4
1 changed files with 0 additions and 1 deletions
  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;