This commit is contained in:
liuye
2023-05-25 11:51:33 +08:00
parent 0fbeac883b
commit 585dc1508e

View File

@@ -64,7 +64,7 @@
},
getList() {
if(this.current > this.pages) return
this.$http.post(`/app/wxcp/wxgroupchattag/queryGroupByDeptId?tagId=${this.tagId}&departId=${this.departId}&name=${this.keyword}`).then(res=> {
this.$http.post(`/app/wxcp/wxgroupchattag/queryGroupByDeptId?tagId=${this.tagId}&departId=${this.departId}&name=${this.keyword}&current=${this.current}`).then(res=> {
if(res?.data) {
res.data.records.map((item) => {
item.isCheck = false