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