bug
This commit is contained in:
@@ -38,13 +38,17 @@ export default {
|
||||
this.getList()
|
||||
})
|
||||
uni.setNavigationBarTitle({title: '楼栋列表'})
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
|
||||
methods: {
|
||||
getList() {
|
||||
this.$http.post(`/app/appcommunitybuildinginfo/list`, null, {
|
||||
params: {
|
||||
current: 1,
|
||||
current: this.current,
|
||||
size: 10,
|
||||
areaId: this.user.areaId,
|
||||
communityName: this.title
|
||||
|
||||
Reference in New Issue
Block a user