lsx 2 ani în urmă
părinte
comite
6490e7519c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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,
       }
       if(this.addData.goodsId) {
-        data.refId = this.addData.refId
+        data.couponId = this.addData.refId
       }
       getCouponAllList(data).then(response => {
         this.CouponList = response.rows || [];