|
@@ -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;
|