查看全部 发布信息

This commit is contained in:
shijingjing
2022-02-23 11:46:17 +08:00
parent 1125f3a6f9
commit 344aead2ea
2 changed files with 7 additions and 6 deletions

View File

@@ -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,

View File

@@ -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: {