返乡登记

This commit is contained in:
liuye
2022-01-12 17:30:17 +08:00
parent bff0468398
commit 325ad50eb6

View File

@@ -64,7 +64,7 @@ export default {
computed: { ...mapState(['user']) },
onShow() {
this.areaId = this.user.areaId
document.title = '返乡人员信息'
document.title = '返乡登记'
this.getList()
this.getTotal()
uni.$on('updateList', () => {