diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/apps/AppIntegralAudit/AppIntegralAudit.vue index 388afa6c..0e59b1c5 100644 --- a/src/apps/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/apps/AppIntegralAudit/AppIntegralAudit.vue @@ -74,8 +74,7 @@ export default { getList() { this.$http.post('/app/appvillagerintegraldeclare/list',null,{ params: { - current: 1, - size: 10, + current: this.current, description : this.keyword, applyIntegralType: this.applyIntegralType, auditType: this.tabIndex== 0 ? "" : this.tabIndex == 1 ? 0 : 1 diff --git a/src/apps/AppVillagersCircle/commentList.vue b/src/apps/AppVillagersCircle/commentList.vue index b7147a90..4bffe69d 100644 --- a/src/apps/AppVillagersCircle/commentList.vue +++ b/src/apps/AppVillagersCircle/commentList.vue @@ -43,7 +43,6 @@ export default { tabIndex: '', showType: false, content: '', - // typeList: [], current: 1, topic: '', topicType: '', @@ -83,8 +82,7 @@ export default { getList() { this.$http.post('/app/appvillagercirclecomment/list',null,{ params: { - current: 1, - size: 10, + current: this.current, topic:this.topic, content: this.content, auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1, diff --git a/src/apps/AppVillagersCircle/infoList.vue b/src/apps/AppVillagersCircle/infoList.vue index 1c9f0182..66ef1653 100644 --- a/src/apps/AppVillagersCircle/infoList.vue +++ b/src/apps/AppVillagersCircle/infoList.vue @@ -72,8 +72,7 @@ export default { getList() { this.$http.post('app/appvillagercircleinfo/list',null,{ params: { - current: 1, - size: 10, + current: this.current, auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1, topic: this.topic, content: this.content