分页
This commit is contained in:
@@ -91,7 +91,6 @@ export default {
|
||||
current: 1,
|
||||
areaId: '',
|
||||
areaName: '',
|
||||
size: 10,
|
||||
deletId: '',
|
||||
pages: 0,
|
||||
}
|
||||
@@ -120,9 +119,10 @@ export default {
|
||||
this.getList()
|
||||
},
|
||||
getList() {
|
||||
this.$http.post('/app/appvisitvondolence/list', null, {
|
||||
this.$http
|
||||
.post('/app/appvisitvondolence/list', null, {
|
||||
params: {
|
||||
size: this.size,
|
||||
size: 10,
|
||||
current: this.current,
|
||||
createUserId: this.currentTabs == 1 ? this.user.id : '',
|
||||
title: this.keyword,
|
||||
|
||||
Reference in New Issue
Block a user