This commit is contained in:
changjinpeng
2022-03-17 11:57:45 +08:00
parent 7c0463c9af
commit c86e46296a
2 changed files with 5 additions and 6 deletions

View File

@@ -96,7 +96,6 @@ export default {
current: 1, current: 1,
areaId: '', areaId: '',
areaName: '', areaName: '',
size: 10,
deletId: '', deletId: '',
pages: 0, pages: 0,
} }
@@ -124,7 +123,7 @@ export default {
this.$http this.$http
.post('/app/appvisitvondolence/list', null, { .post('/app/appvisitvondolence/list', null, {
params: { params: {
size: this.size, size: 10,
current: this.current, current: this.current,
createUserId: this.currentTabs == 1 ? this.user.id : '', createUserId: this.currentTabs == 1 ? this.user.id : '',
title: this.keyword, title: this.keyword,

View File

@@ -91,7 +91,6 @@ export default {
current: 1, current: 1,
areaId: '', areaId: '',
areaName: '', areaName: '',
size: 10,
deletId: '', deletId: '',
pages: 0, pages: 0,
} }
@@ -120,9 +119,10 @@ export default {
this.getList() this.getList()
}, },
getList() { getList() {
this.$http.post('/app/appvisitvondolence/list', null, { this.$http
.post('/app/appvisitvondolence/list', null, {
params: { params: {
size: this.size, size: 10,
current: this.current, current: this.current,
createUserId: this.currentTabs == 1 ? this.user.id : '', createUserId: this.currentTabs == 1 ? this.user.id : '',
title: this.keyword, title: this.keyword,