27566 27563 27548

This commit is contained in:
shijingjing
2022-02-23 13:36:00 +08:00
parent 344aead2ea
commit c68175b312
2 changed files with 1 additions and 6 deletions

View File

@@ -81,15 +81,11 @@ export default {
},
getList() {
// var villagerCircleInfo = {
// topic: this.topic,
// }
this.$http.post('/app/appvillagercirclecomment/list',null,{
params: {
current: 1,
size: 10,
topic:this.topic,
// villagerCircleInfo: villagerCircleInfo,
content: this.content,
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1,

View File

@@ -77,8 +77,7 @@ export default {
size: 10,
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
topic: this.topic,
content: this.content,
createUserName: this.content
content: this.content
}
}).then(res=>{
if(res?.data) {