27566 27563 27548
This commit is contained in:
@@ -81,15 +81,11 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getList() {
|
getList() {
|
||||||
// var villagerCircleInfo = {
|
|
||||||
// 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,
|
||||||
topic:this.topic,
|
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,
|
||||||
|
|
||||||
|
|||||||
@@ -77,8 +77,7 @@ export default {
|
|||||||
size: 10,
|
size: 10,
|
||||||
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
|
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
|
||||||
topic: this.topic,
|
topic: this.topic,
|
||||||
content: this.content,
|
content: this.content
|
||||||
createUserName: this.content
|
|
||||||
}
|
}
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user