From 479f18f469b9eab9737e618c57ebb70ee7131c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Sun, 26 Jun 2022 12:17:21 +0800 Subject: [PATCH] bug --- src/apps/AppDataScreening/userDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/AppDataScreening/userDetail.vue b/src/apps/AppDataScreening/userDetail.vue index 0778acac..7cda6b14 100644 --- a/src/apps/AppDataScreening/userDetail.vue +++ b/src/apps/AppDataScreening/userDetail.vue @@ -62,11 +62,12 @@ export default { }, getList() { this.$http.post(`/app/wxcp/wxgroup/allGroupInfo`, null, { + params: { areaId: this.areaId, groupName: this.groupName, current: this.current, size: 10 - }).then(res => { + }}).then(res => { if (res?.code == 0) { if (this.current > 1) { this.list = [...this.list, ...res.data.records]