diff --git a/src/apps/AppCountryAlbum/list.vue b/src/apps/AppCountryAlbum/list.vue index d9acad08..b0178446 100644 --- a/src/apps/AppCountryAlbum/list.vue +++ b/src/apps/AppCountryAlbum/list.vue @@ -44,6 +44,7 @@ export default { areaSelect(e) { this.areaId = e.id this.areaName = e.name + this.getList() }, getList() { this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, { diff --git a/src/apps/AppSpecialPeople/detail.vue b/src/apps/AppSpecialPeople/detail.vue index 284cde91..4c28c803 100644 --- a/src/apps/AppSpecialPeople/detail.vue +++ b/src/apps/AppSpecialPeople/detail.vue @@ -64,7 +64,7 @@
@@ -88,7 +88,8 @@ export default { } }, computed: { ...mapState(['user']) }, - mounted() { + created() { + console.log(1111) this.areaId = this.user.areaId this.areaName = this.user.areaName this.getStatistic()