lsx 2 年之前
父节点
当前提交
6490e7519c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/business/goods/add.vue

+ 1 - 1
src/views/business/goods/add.vue

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