特殊人群
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user