走访慰问

This commit is contained in:
liuye
2022-03-15 17:27:22 +08:00
parent 970ade9a64
commit ef9096f49d

View File

@@ -106,8 +106,7 @@ export default {
this.getList()
})
uni.$on('updateList', () => {
this.current = 1
this.getList()
this.getListInit()
})
},
onShow() {
@@ -121,8 +120,7 @@ export default {
this.getList()
},
getList() {
this.$http
.post('/app/appvisitvondolence/list', null, {
this.$http.post('/app/appvisitvondolence/list', null, {
params: {
size: this.size,
current: this.current,