|
@@ -465,7 +465,7 @@ export default {
|
|
|
isExcludePurchaseCoupon: true,
|
|
|
}
|
|
|
if(this.addData.goodsId) {
|
|
|
- data.refId = this.addData.refId
|
|
|
+ data.couponId = this.addData.refId
|
|
|
}
|
|
|
getCouponAllList(data).then(response => {
|
|
|
this.CouponList = response.rows || [];
|