28247
This commit is contained in:
@@ -104,6 +104,9 @@ export default {
|
||||
},
|
||||
onLoad() {
|
||||
this.isGirdUser()
|
||||
uni.$on('update').then(() => {
|
||||
this.isGirdUser()
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '返乡登记'
|
||||
@@ -170,7 +173,7 @@ export default {
|
||||
if (res.code == 0) {
|
||||
this.girdId = res.data[0].id
|
||||
this.girdName = res.data[0].girdName
|
||||
this.getList()
|
||||
this.getListInit()
|
||||
this.getTotal()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user