From d1b091216485dcfb239c42dce96edeb3024e16af Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 4 Jan 2023 09:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue b/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue index 1d3ea5e5..f5111d82 100644 --- a/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue +++ b/src/project/qianxinan/AppGirdIntegral/AppGirdIntegral.vue @@ -66,7 +66,8 @@ this.$http.post("/app/appscoredetail/list", null, { params: { size: 10, - current: this.current + current: this.current, + sysUserId: this.user.id } }).then(res => { if (res && res.data) {