diff --git a/src/project/qianxinan/AppGroupTags/groupList.vue b/src/project/qianxinan/AppGroupTags/groupList.vue index d60aaa74..7e48dd97 100644 --- a/src/project/qianxinan/AppGroupTags/groupList.vue +++ b/src/project/qianxinan/AppGroupTags/groupList.vue @@ -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}¤t=${this.current}`).then(res=> { if(res?.data) { res.data.records.map((item) => { item.isCheck = false