lex-xin 4 år sedan
förälder
incheckning
00f83a8b22
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/stuRecodeManager/index.vue

+ 1 - 1
src/views/stuRecodeManager/index.vue

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