走访慰问
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user