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

@@ -25,7 +25,6 @@ export default {
document.title = '村民圈审核'
},
onLoad(o) {
console.log(o);
this.id = o.id
this.pass = o.pass
this.flag = o.flag

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()
},

View File

@@ -70,7 +70,6 @@ export default {
this.$dict.load('villagerCircleTopic').then(()=>{
this.id = o.id
this.getDetail()
// this.getComment()
})
},
methods: {