diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue
index 6dff6fee..869d67d3 100644
--- a/src/apps/AppEpidemicSituation/BackUserList.vue
+++ b/src/apps/AppEpidemicSituation/BackUserList.vue
@@ -20,7 +20,7 @@
-
+
{{ areaName }}
请选择
@@ -64,6 +64,7 @@ export default {
computed: { ...mapState(['user']) },
onShow() {
this.areaId = this.user.areaId
+ this.areaName = this.user.areaName
document.title = '返乡登记'
this.getList()
this.getTotal()
@@ -72,8 +73,11 @@ export default {
})
},
methods: {
- areaSelect() {
- this.getListInit()
+ areaSelect(e) {
+ this.areaId =e
+ this.$nextTick(() => {
+ this.getListInit()
+ })
},
tabClick(index) {
this.tabIndex = index