分页
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user