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