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