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