diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue
index b78933ab..cf8fc5ed 100644
--- a/src/apps/AppCountryAlbum/list.vue
+++ b/src/apps/AppCountryAlbum/list.vue
@@ -2,7 +2,7 @@
-
+
{{ areaName }}
请选择
@@ -50,8 +50,7 @@ export default {
methods: {
areaSelect(e) {
- this.areaId = e.id
- this.areaName = e.name
+ this.areaId = e
this.getList()
},
getList() {
diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue
index 66531c65..eccba2e2 100644
--- a/src/apps/AppResidentDocument/AppResidentDocument.vue
+++ b/src/apps/AppResidentDocument/AppResidentDocument.vue
@@ -7,7 +7,7 @@
-
+
@@ -66,6 +66,7 @@ export default {
],
currentTabs: 0,
areaId: '',
+ areaName: ''
}
},
computed: {
@@ -74,6 +75,7 @@ export default {
watch: {},
onLoad() {
this.areaId = this.user.areaId
+ this.areaName = this.user.areaName
this.getList()
},
onShow() {
@@ -112,7 +114,7 @@ export default {
},
seachObj(e) {
- this.areaId = e.id
+ this.areaId = e
this.current = 1
this.getList()
},
diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue
index 288f0af6..cabf1748 100644
--- a/src/apps/AppServicePublic/AppServicePublic.vue
+++ b/src/apps/AppServicePublic/AppServicePublic.vue
@@ -8,7 +8,7 @@
@@ -72,6 +72,7 @@ export default {
datas: [],
keyword: '',
areaId: '',
+ areaName: '',
current: 1,
size: 10,
pages: 0,
@@ -94,6 +95,7 @@ export default {
watch: {},
onLoad(o) {
this.areaId = this.user.areaId
+ this.areaName = this.user.areaName
this.moduleId = o.moduleId
this.listName = o.listName
this.getType()
@@ -157,7 +159,7 @@ export default {
},
areaSelect(e) {
- this.areaId = e.id
+ this.areaId = e
this.getList()
},
diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue
index 856153de..bea58638 100644
--- a/src/apps/AppSpecialPeople/detail.vue
+++ b/src/apps/AppSpecialPeople/detail.vue
@@ -6,7 +6,7 @@
-
+
{{ areaName }}
请选择
@@ -106,8 +106,7 @@ export default {
methods: {
areaSelect(e) {
- this.areaId = e.id
- this.areaName = e.name
+ this.areaId = e
this.getStatistic()
this.getStatisticMon()
this.getUserList()
diff --git a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
index 0d2be350..b1c708a6 100644
--- a/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
+++ b/src/apps/AppVideoSurveillance/AppVideoSurveillance.vue
@@ -8,7 +8,7 @@
-->
-
+
{{ areaName }}
请选择
@@ -120,8 +120,7 @@ export default {
})
},
areaSelect(e) {
- this.areaId = e.id
- this.areaName = e.name
+ this.areaId = e
this.getList()
},
showMonitor(row) {