diff --git a/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue b/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue index f4cf9ece7..369b024a9 100644 --- a/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue +++ b/fuintCashierWeb/src/views/details/userInfoOrder/couponList.vue @@ -115,7 +115,7 @@ export default { getList(){ this.loading = true - // this.queryParams.mtUserId = this.userId + this.queryParams.mtUserId = this.userId getCardFavorableList(this.queryParams).then(res=>{ if (res.code == 200) {