This commit is contained in:
liuye
2021-12-24 17:55:57 +08:00
parent 3317e09dd9
commit 73ba48aa95
5 changed files with 14 additions and 6 deletions

View File

@@ -75,7 +75,6 @@ export default {
},
watch: {},
onLoad() {
document.title = '居民活动'
this.$dict.load(['villageActivityStatus']).then(() => {
this.getList()
})
@@ -84,6 +83,9 @@ export default {
this.getList()
})
},
onShow() {
document.title = '居民活动'
},
mounted() {},
methods: {
getList() {