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

@@ -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,