bug
This commit is contained in:
@@ -25,7 +25,6 @@ export default {
|
|||||||
document.title = '村民圈审核'
|
document.title = '村民圈审核'
|
||||||
},
|
},
|
||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
console.log(o);
|
|
||||||
this.id = o.id
|
this.id = o.id
|
||||||
this.pass = o.pass
|
this.pass = o.pass
|
||||||
this.flag = o.flag
|
this.flag = o.flag
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ export default {
|
|||||||
params: {
|
params: {
|
||||||
current: 1,
|
current: 1,
|
||||||
size: 10,
|
size: 10,
|
||||||
|
// villagerCircleInfo.topic: this.topic,
|
||||||
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1
|
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1
|
||||||
}
|
}
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
@@ -85,11 +86,10 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
confirmTypeSelect(e) {
|
confirmTypeSelect(e) {
|
||||||
console.log(e);
|
|
||||||
this.topic = e[0].value,
|
this.topic = e[0].value,
|
||||||
this.topicType = e[0].label
|
this.topicType = e[0].label
|
||||||
this.current = 1,
|
this.current = 1,
|
||||||
this.villagerList = []
|
this.villagerList = [],
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ export default {
|
|||||||
this.$dict.load('villagerCircleTopic').then(()=>{
|
this.$dict.load('villagerCircleTopic').then(()=>{
|
||||||
this.id = o.id
|
this.id = o.id
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
// this.getComment()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user