Преглед изворни кода

Merge branch 'iteration_adminOptimiz' into online

lex-xin пре 4 година
родитељ
комит
8338fa2dbf
1 измењених фајлова са 1 додато и 1 уклоњено
  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;