Browse Source

提交测试

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