This commit is contained in:
花有清香月有阴
2021-12-23 16:01:03 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -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, {

View File

@@ -64,7 +64,7 @@
</div>
</div>
<div class="footer" @click="toAdd">
<div class="btn">新增特殊人群信息</div>
<div class="btn">新增特殊人群信息2222</div>
</div>
</div>
</div>
@@ -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()