This commit is contained in:
liuye
2022-03-15 16:55:46 +08:00
parent cd8aa29239
commit d26e95d193

View File

@@ -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()
} }
}) })