This commit is contained in:
shijingjing
2022-02-18 10:43:46 +08:00
parent 7c295176fa
commit 869611d1bc
4 changed files with 26 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ export default {
},
onLoad() {
this.$dict.load('villagerCircleTopic','auditStatus').then(()=>{
this.current = 1
this.getList()
})
},
@@ -59,6 +60,8 @@ export default {
tabClick(index) {
this.tabIndex = index
this.current = 1,
this.topic = '',
this.topicType = '',
this.villagerList = [],
this.getList()
},