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