This commit is contained in:
shijingjing
2022-02-21 09:42:07 +08:00
parent cefaa42848
commit eebe6d86ab
3 changed files with 2 additions and 4 deletions

View File

@@ -75,6 +75,7 @@ export default {
params: {
current: 1,
size: 10,
// villagerCircleInfo.topic: this.topic,
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1
}
}).then(res=>{
@@ -85,11 +86,10 @@ export default {
},
confirmTypeSelect(e) {
console.log(e);
this.topic = e[0].value,
this.topicType = e[0].label
this.current = 1,
this.villagerList = []
this.villagerList = [],
this.getList()
},