27566 27563 27548
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user