特殊人群

This commit is contained in:
liuye
2021-12-23 15:58:34 +08:00
parent d02c703838
commit ad066bfe9e
2 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ export default {
areaSelect(e) { areaSelect(e) {
this.areaId = e.id this.areaId = e.id
this.areaName = e.name this.areaName = e.name
this.getList()
}, },
getList() { getList() {
this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, { this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, {

View File

@@ -64,7 +64,7 @@
</div> </div>
</div> </div>
<div class="footer" @click="toAdd"> <div class="footer" @click="toAdd">
<div class="btn">新增特殊人群信息</div> <div class="btn">新增特殊人群信息2222</div>
</div> </div>
</div> </div>
</div> </div>
@@ -88,7 +88,8 @@ export default {
} }
}, },
computed: { ...mapState(['user']) }, computed: { ...mapState(['user']) },
mounted() { created() {
console.log(1111)
this.areaId = this.user.areaId this.areaId = this.user.areaId
this.areaName = this.user.areaName this.areaName = this.user.areaName
this.getStatistic() this.getStatistic()