群标签
This commit is contained in:
@@ -62,8 +62,8 @@
|
|||||||
if(this.current > this.pages) return
|
if(this.current > this.pages) return
|
||||||
this.$http.post(`/app/wxcp/wxgroupchattag/queryGroupByTagId?tagId=${this.tagId}&departId=${this.departId}&name=${this.keyword}¤t=${this.current}`).then(res=> {
|
this.$http.post(`/app/wxcp/wxgroupchattag/queryGroupByTagId?tagId=${this.tagId}&departId=${this.departId}&name=${this.keyword}¤t=${this.current}`).then(res=> {
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
this.list = this.current == 1 ? res.data.records : [...this.list, ...rs,data.records]
|
this.list = this.current == 1 ? res.data.records : [...this.list, ...res.data.records]
|
||||||
this.pages = res.data.total
|
this.pages = res.data.pages
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -69,8 +69,8 @@
|
|||||||
res.data.records.map((item) => {
|
res.data.records.map((item) => {
|
||||||
item.isCheck = false
|
item.isCheck = false
|
||||||
})
|
})
|
||||||
this.list = this.current == 1 ? res.data.records : [...this.list, ...rs,data.records]
|
this.list = this.current == 1 ? res.data.records : [...this.list, ...res.data.records]
|
||||||
this.pages = res.data.total
|
this.pages = res.data.pages
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user