查看全部 发布信息
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
|||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
let all = [{ dictName: '全部', dictValue: '6', dictColor: null }]
|
let all = [{ dictName: '全部', dictValue: '', dictColor: null }]
|
||||||
this.list = [...all, ...this.$dict.getDict('villagerCircleTopic')]
|
this.list = [...all, ...this.$dict.getDict('villagerCircleTopic')]
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -81,14 +81,15 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getList() {
|
getList() {
|
||||||
var villagerCircleInfo = {
|
// var villagerCircleInfo = {
|
||||||
topic: this.topic,
|
// topic: this.topic,
|
||||||
}
|
// }
|
||||||
this.$http.post('/app/appvillagercirclecomment/list',null,{
|
this.$http.post('/app/appvillagercirclecomment/list',null,{
|
||||||
params: {
|
params: {
|
||||||
current: 1,
|
current: 1,
|
||||||
size: 10,
|
size: 10,
|
||||||
villagerCircleInfo: villagerCircleInfo,
|
topic:this.topic,
|
||||||
|
// villagerCircleInfo: villagerCircleInfo,
|
||||||
content: this.content,
|
content: this.content,
|
||||||
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1,
|
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1,
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ export default {
|
|||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
let all = [{ dictName: '全部', dictValue: '6', dictColor: null }]
|
let all = [{ dictName: '全部', dictValue: '', dictColor: null }]
|
||||||
this.list = [...all, ...this.$dict.getDict('villagerCircleTopic')]
|
this.list = [...all, ...this.$dict.getDict('villagerCircleTopic')]
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user