-            
+            
 
             
                点击
@@ -92,6 +97,7 @@ export default {
       params: null,
       current: 1,
       areaId: '',
+      areaName: '',
       size: 10,
       deletId: '',
       pages: 0,
@@ -102,6 +108,7 @@ export default {
   },
   onLoad() {
     this.areaId = this.user.areaId
+    this.areaName = this.user.areaName
     this.$dict.load('realityStatus').then(() => {
       this.getList()
     })
@@ -147,7 +154,9 @@ export default {
     },
 
     areaSelect(e) {
+      console.log(e)
       this.areaId = e.id
+      this.areaName = e.name
       this.getList()
     },