@@ -358,7 +358,7 @@ export default {
// "YYYY-MM-DD"
// ),
// };
- findStudentAttendance(params).then((res) => {
+ findStudentAttendance(obj).then((res) => {
if (res.code == 200) {
this.tableList = res.data.rows;
this.rules.total = res.data.total;