BUG 27634

This commit is contained in:
aixianling
2022-02-28 16:04:10 +08:00
parent d9eb5ced2c
commit 2e7215e9cc

View File

@@ -37,7 +37,7 @@ export default {
name: "AppVillageInfo",
appName: "一村一群",
computed: {
...mapState(['user', 'token'])
...mapState(['user'])
},
data() {
return {
@@ -45,8 +45,7 @@ export default {
}
},
onLoad() {
// this.getArea().then(areaId => this.getDetail(areaId))
this.getDetail("341021104200")
this.getArea().then(areaId => this.getDetail(areaId))
},
methods: {
getArea() {