From 585dc1508e7e744462e0121e5d2ed8bb591057b7 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 25 May 2023 11:51:33 +0800 Subject: [PATCH] current --- src/project/qianxinan/AppGroupTags/groupList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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