From 2d6407c02f52e5910a1d7121668c03cdbbc292d7 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Apr 2023 13:42:35 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppRedemptionPoints/myOrderList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/fengdu/AppRedemptionPoints/myOrderList.vue b/src/project/fengdu/AppRedemptionPoints/myOrderList.vue index 2804ccc..2efc509 100644 --- a/src/project/fengdu/AppRedemptionPoints/myOrderList.vue +++ b/src/project/fengdu/AppRedemptionPoints/myOrderList.vue @@ -80,7 +80,8 @@ export default { this.$instance.post(`/app/appintegralsupermarketorder/listForXCX`, null, { params: { current: this.current, - status: this.currentTabs == 0 ? '' : this.currentTabs - 1 + status: this.currentTabs == 0 ? '' : this.currentTabs - 1, + createUserId: this.user.id } }).then(res => { if (res.code === 0) {