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