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