|
@@ -217,7 +217,8 @@ export default {
|
|
|
exercisesReplyNumIsAchieve:
|
|
|
this.searchForm.exercisesReplyNumIsAchieve || null, // 提交次数
|
|
|
organIdList:this.searchForm.organIdList || null,
|
|
|
- page: this.rules.page
|
|
|
+ page: this.rules.page,
|
|
|
+ rows : this.rules.limit
|
|
|
};
|
|
|
if (this.searchForm.timer && this.searchForm.timer.length > 0) {
|
|
|
obj.monday = this.searchForm.timer[0];
|