This commit is contained in:
shijingjing
2022-03-04 13:48:14 +08:00
parent 7c47b51399
commit f489d424bd
3 changed files with 3 additions and 7 deletions

View File

@@ -43,7 +43,6 @@ export default {
tabIndex: '',
showType: false,
content: '',
// typeList: [],
current: 1,
topic: '',
topicType: '',
@@ -83,8 +82,7 @@ export default {
getList() {
this.$http.post('/app/appvillagercirclecomment/list',null,{
params: {
current: 1,
size: 10,
current: this.current,
topic:this.topic,
content: this.content,
auditType: this.tabIndex==0? '': this.tabIndex==1? 0 : 1,

View File

@@ -72,8 +72,7 @@ export default {
getList() {
this.$http.post('app/appvillagercircleinfo/list',null,{
params: {
current: 1,
size: 10,
current: this.current,
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
topic: this.topic,
content: this.content