Преглед на файлове

11/21 课表列表作业分页

Xiao_Mo преди 4 години
родител
ревизия
9495496081
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/teamDetail/componentCourse/studentWork.vue

+ 1 - 1
src/views/teamDetail/componentCourse/studentWork.vue

@@ -263,7 +263,7 @@ export default {
       this.getList();
     },
     getList () {
-      findStudentCourseHomeworks({ search: this.courseScheduleId }).then(
+      findStudentCourseHomeworks({ search: this.courseScheduleId,rows:this.rules.limit,page:this.rules.page }).then(
         res => {
           if (res.code == 200) {
             this.rules.total = res.data.total;