This commit is contained in:
shijingjing
2022-03-04 13:48:14 +08:00
parent 7c47b51399
commit f489d424bd
3 changed files with 3 additions and 7 deletions

View File

@@ -74,8 +74,7 @@ export default {
getList() { getList() {
this.$http.post('/app/appvillagerintegraldeclare/list',null,{ this.$http.post('/app/appvillagerintegraldeclare/list',null,{
params: { params: {
current: 1, current: this.current,
size: 10,
description : this.keyword, description : this.keyword,
applyIntegralType: this.applyIntegralType, applyIntegralType: this.applyIntegralType,
auditType: this.tabIndex== 0 ? "" : this.tabIndex == 1 ? 0 : 1 auditType: this.tabIndex== 0 ? "" : this.tabIndex == 1 ? 0 : 1

View File

@@ -43,7 +43,6 @@ export default {
tabIndex: '', tabIndex: '',
showType: false, showType: false,
content: '', content: '',
// typeList: [],
current: 1, current: 1,
topic: '', topic: '',
topicType: '', topicType: '',
@@ -83,8 +82,7 @@ export default {
getList() { getList() {
this.$http.post('/app/appvillagercirclecomment/list',null,{ this.$http.post('/app/appvillagercirclecomment/list',null,{
params: { params: {
current: 1, current: this.current,
size: 10,
topic:this.topic, topic:this.topic,
content: this.content, content: this.content,
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1, auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1,

View File

@@ -72,8 +72,7 @@ export default {
getList() { getList() {
this.$http.post('app/appvillagercircleinfo/list',null,{ this.$http.post('app/appvillagercircleinfo/list',null,{
params: { params: {
current: 1, current: this.current,
size: 10,
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1, auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
topic: this.topic, topic: this.topic,
content: this.content content: this.content